linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
To: "André Almeida" <andrealmeid@collabora.com>
Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org, kernel@collabora.com
Subject: Re: [PATCH] futex.2: wfix
Date: Thu, 26 Mar 2020 09:49:14 +0100	[thread overview]
Message-ID: <90236f09-c328-cb90-00c8-b5cb19cb633a@gmail.com> (raw)
In-Reply-To: <20200316204757.19543-1-andrealmeid@collabora.com>

On 3/16/20 9:47 PM, André Almeida wrote:
> The sixth argument of futex is uaddr2, instead of uaddr.

Thanks, André. Patch applied.

Cheers,

Michael

> Signed-off-by: André Almeida <andrealmeid@collabora.com>
> ---
>  man2/futex.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/futex.2 b/man2/futex.2
> index 54dc8e590..141ebaa45 100644
> --- a/man2/futex.2
> +++ b/man2/futex.2
> @@ -1775,7 +1775,7 @@ futex(int *uaddr, int futex_op, int val,
>        const struct timespec *timeout, int *uaddr2, int val3)
>  {
>      return syscall(SYS_futex, uaddr, futex_op, val,
> -                   timeout, uaddr, val3);
> +                   timeout, uaddr2, val3);
>  }
>  
>  /* Acquire the futex pointed to by \(aqfutexp\(aq: wait for its value to
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

      reply	other threads:[~2020-03-26  8:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-16 20:47 [PATCH] futex.2: wfix André Almeida
2020-03-26  8:49 ` Michael Kerrisk (man-pages) [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=90236f09-c328-cb90-00c8-b5cb19cb633a@gmail.com \
    --to=mtk.manpages@gmail.com \
    --cc=andrealmeid@collabora.com \
    --cc=kernel@collabora.com \
    --cc=linux-man@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).