public inbox for trinity@vger.kernel.org
 help / color / mirror / Atom feed
From: Tommi Rantala <tt.rantala@gmail.com>
To: davej@redhat.com
Cc: trinity@vger.kernel.org, Tommi Rantala <tt.rantala@gmail.com>
Subject: [PATCH 6/8] msgrcv() and msgsnd() IPC_NOWAIT msgflg
Date: Sun, 30 Jun 2013 22:33:10 +0300	[thread overview]
Message-ID: <1372620792-16384-7-git-send-email-tt.rantala@gmail.com> (raw)
In-Reply-To: <1372620792-16384-1-git-send-email-tt.rantala@gmail.com>

---
 syscalls/msgrcv.c | 4 ++--
 syscalls/msgsnd.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/syscalls/msgrcv.c b/syscalls/msgrcv.c
index b730ba6..2200472 100644
--- a/syscalls/msgrcv.c
+++ b/syscalls/msgrcv.c
@@ -17,7 +17,7 @@ struct syscall syscall_msgrcv = {
 	.arg5name = "msgflg",
 	.arg5type = ARG_LIST,
 	.arg5list = {
-		.num = 3,
-		.values = { MSG_NOERROR, MSG_EXCEPT, MSG_COPY },
+		.num = 4,
+		.values = { MSG_NOERROR, MSG_EXCEPT, MSG_COPY, IPC_NOWAIT },
 	},
 };
diff --git a/syscalls/msgsnd.c b/syscalls/msgsnd.c
index 132336b..3e3a91d 100644
--- a/syscalls/msgsnd.c
+++ b/syscalls/msgsnd.c
@@ -16,7 +16,7 @@ struct syscall syscall_msgsnd = {
 	.arg4name = "msgflg",
 	.arg4type = ARG_LIST,
 	.arg4list = {
-		.num = 3,
-		.values = { MSG_NOERROR, MSG_EXCEPT, MSG_COPY },
+		.num = 4,
+		.values = { MSG_NOERROR, MSG_EXCEPT, MSG_COPY, IPC_NOWAIT },
 	},
 };
-- 
1.8.1.4

  parent reply	other threads:[~2013-06-30 19:33 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-30 19:33 [PATCH 0/8] misc trinity patches Tommi Rantala
2013-06-30 19:33 ` [PATCH 1/8] Use TRINITY_PF_MAX instead of PF_MAX in syscalls/socket.c Tommi Rantala
2013-06-30 19:33 ` [PATCH 2/8] Fix open() result check in check_tainted() Tommi Rantala
2013-06-30 19:33 ` [PATCH 3/8] Avoid needless get_filename() calls in generate_pathname() Tommi Rantala
2013-06-30 19:33 ` [PATCH 4/8] Fix double rand() " Tommi Rantala
2013-06-30 19:33 ` [PATCH 5/8] move perf_event.h to include/ Tommi Rantala
2013-06-30 23:29   ` Dave Jones
2013-07-01 14:35     ` Tommi Rantala
2013-07-01 14:43       ` Dave Jones
2013-07-01 15:30         ` Vince Weaver
2013-06-30 19:33 ` Tommi Rantala [this message]
2013-06-30 19:33 ` [PATCH 7/8] ioctls/drm: add deprecated nouveau ioctls Tommi Rantala
2013-06-30 19:33 ` [PATCH 8/8] ioctls/vhost: VHOST_SCSI_* ioctls Tommi Rantala

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=1372620792-16384-7-git-send-email-tt.rantala@gmail.com \
    --to=tt.rantala@gmail.com \
    --cc=davej@redhat.com \
    --cc=trinity@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox