linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Joshua Hudson" <joshudson@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: Re: wait4/waitpid/waitid oddness
Date: Fri, 7 Apr 2006 12:24:21 -0700	[thread overview]
Message-ID: <bda6d13a0604071224u7b7ada61l16059cd538a8ee7e@mail.gmail.com> (raw)
In-Reply-To: <m1fykpmbw2.fsf@ebiederm.dsl.xmission.com>

> So what I see current in wait4 is:
> > asmlinkage long sys_wait4(pid_t pid, int __user *stat_addr,
> >                         int options, struct rusage __user *ru)
> > {
> >       long ret;
> >
> >       if (options & ~(WNOHANG|WUNTRACED|WCONTINUED|
> >                       __WNOTHREAD|__WCLONE|__WALL))
> >               return -EINVAL;
>
> So where are you seeing the check in 2.6.16.1?
>
> Eric
Stupid me. I read that w/o the tilde.

      reply	other threads:[~2006-04-07 19:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-06  3:38 wait4/waitpid/waitid oddness Albert Cahalan
2006-04-07  2:09 ` Joshua Hudson
2006-04-07  5:38   ` Kyle Moffett
2006-04-07  6:40     ` Joshua Hudson
2006-04-07  6:50       ` Neil Brown
2006-04-07  7:09         ` Joshua Hudson
2006-04-07 18:23 ` Eric W. Biederman
2006-04-07 18:58   ` Joshua Hudson
2006-04-07 19:19     ` Eric W. Biederman
2006-04-07 19:24       ` Joshua Hudson [this message]

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=bda6d13a0604071224u7b7ada61l16059cd538a8ee7e@mail.gmail.com \
    --to=joshudson@gmail.com \
    --cc=linux-kernel@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;
as well as URLs for NNTP newsgroup(s).