]> git.ipfire.org Git - thirdparty/man-pages.git/commit - man2/syscall.2
syscall.2: Fix prototype for syscall(2)
authorRasmus Villemoes <rv@rasmusvillemoes.dk>
Wed, 30 Apr 2014 19:42:42 +0000 (21:42 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 8 May 2014 09:26:55 +0000 (11:26 +0200)
commit24313b880d0b2785f89dadb029385967c639ddab
tree6f53fa9b704f172f3bc71c560b5c492bb2c21047
parent531b5b69b4c72cb47db8572ad4b9bf0fba4d3e03
syscall.2: Fix prototype for syscall(2)

The first argument and the return value of syscall() has type long,
not int.

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/syscall.2