diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/sys/sysmips.h')
-rw-r--r-- | libc/sysdeps/linux/mips/sys/sysmips.h | 2 |
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 |