All of lore.kernel.org
 help / color / mirror / Atom feed
From: Feiyu Zhu <zhufy.jy@cn.fujitsu.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 2/3] lapi/msg.h: Add MSG_STAT_ANY
Date: Tue, 8 Dec 2020 05:07:46 -0500	[thread overview]
Message-ID: <1607422067-15500-2-git-send-email-zhufy.jy@cn.fujitsu.com> (raw)
In-Reply-To: <1607422067-15500-1-git-send-email-zhufy.jy@cn.fujitsu.com>

Signed-off-by: Feiyu Zhu <zhufy.jy@cn.fujitsu.com>
---
 include/lapi/msg.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/lapi/msg.h b/include/lapi/msg.h
index d649f33..0295111 100644
--- a/include/lapi/msg.h
+++ b/include/lapi/msg.h
@@ -12,4 +12,8 @@
 # define MSG_COPY  040000  /* copy (not remove) all queue messages */
 #endif
 
+#ifndef MSG_STAT_ANY
+# define MSG_STAT_ANY 13
+#endif
+
 #endif
-- 
1.8.3.1




  reply	other threads:[~2020-12-08 10:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-08 10:07 [LTP] [PATCH 1/3] syscalls/ipc: shmctl04: Test SHM_STAT_ANY with nobody user Feiyu Zhu
2020-12-08 10:07 ` Feiyu Zhu [this message]
2020-12-08 10:07 ` [LTP] [PATCH 3/3] syscalls/ipc: msgctl06: Add a test for MSG_STAT_ANY Feiyu Zhu
2020-12-08 15:46   ` Cyril Hrubis
2020-12-08 15:37 ` [LTP] [PATCH 1/3] syscalls/ipc: shmctl04: Test SHM_STAT_ANY with nobody user Cyril Hrubis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1607422067-15500-2-git-send-email-zhufy.jy@cn.fujitsu.com \
    --to=zhufy.jy@cn.fujitsu.com \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.