summaryrefslogtreecommitdiff
path: root/include/sys/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/syscall.h')
-rw-r--r--include/sys/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/syscall.h b/include/sys/syscall.h
index c86135a3..901941aa 100644
--- a/include/sys/syscall.h
+++ b/include/sys/syscall.h
@@ -4,7 +4,7 @@
extern "C" {
#endif
-long __syscall_ret(long);
+long __syscall_ret(unsigned long);
long __syscall(long, ...);
long syscall(long, ...);