futex.2: ERRORS: add EINVAL for 'uaddr' not 4-byte aligned

Reported-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-04 09:22:41 +02:00
parent fb2f4c272f
commit 51ee94bee5
1 changed files with 6 additions and 0 deletions

View File

@ -281,6 +281,12 @@ was less than zero, or
was not less than 1000,000,000).
.TP
.B EINVAL
.RB ( FUTEX_WAIT )
.I uaddr
does not point to a valid object\(emthat is,
the address is not 4-byte-aligned.
.TP
.B EINVAL
Invalid argument.
.TP
.B ENFILE