summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/sys
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-11-28 18:28:41 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-11-28 18:28:41 +0000
commit8c00735b3121950263c47ee7330aad181c513d9a (patch)
tree44794a4754c2539ff9c92701b3a477ef0b67d593 /libc/sysdeps/linux/mips/sys
parent53d8027c8096f22aa32c1faa59dd09dc8b7b3c9c (diff)
Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
Diffstat (limited to 'libc/sysdeps/linux/mips/sys')
-rw-r--r--libc/sysdeps/linux/mips/sys/sysmips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/sys/sysmips.h b/libc/sysdeps/linux/mips/sys/sysmips.h
index 642a31629..7760c755a 100644
--- a/libc/sysdeps/linux/mips/sys/sysmips.h
+++ b/libc/sysdeps/linux/mips/sys/sysmips.h
@@ -28,7 +28,7 @@
__BEGIN_DECLS
-extern int sysmips (__const int cmd, __const int arg1,
+extern int sysmips (__const int cmd, __const long arg1,
__const int arg2, __const int arg3) __THROW;
__END_DECLS