On 04/30/2014 09:42 PM, Rasmus Villemoes wrote: > The first argument and the return value of syscall() has type long, > not int. Applied! Thanks, Michael > Signed-off-by: Rasmus Villemoes <rv@xxxxxxxxxxxxxxxxxx> > --- > man2/syscall.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/syscall.2 b/man2/syscall.2 > index 01a4739..f30e77a 100644 > --- a/man2/syscall.2 > +++ b/man2/syscall.2 > @@ -46,7 +46,7 @@ syscall \- indirect system call > .B #include <unistd.h> > .BR "#include <sys/syscall.h> " "/* For SYS_xxx definitions */" > > -.BI "int syscall(int " number ", ...);" > +.BI "long syscall(long " number ", ...);" > .fi > .SH DESCRIPTION > .BR syscall () > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html