summaryrefslogtreecommitdiff
path: root/sysdeps/generic/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/syscall.c')
-rw-r--r--sysdeps/generic/syscall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/syscall.c b/sysdeps/generic/syscall.c
index 8c20b7ead0..6caf258e24 100644
--- a/sysdeps/generic/syscall.c
+++ b/sysdeps/generic/syscall.c
@@ -23,9 +23,9 @@
/* Do system call CALLNO, passing it the remaining arguments.
This only makes sense in certain operating systems. */
-int
+long int
syscall (callno)
- int callno;
+ long int callno;
{
__set_errno (ENOSYS);
return -1;