From 8c00735b3121950263c47ee7330aad181c513d9a Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 28 Nov 2003 18:28:41 +0000 Subject: Add sysmips(), based on a patch by Atsushi Nemoto . --- libc/sysdeps/linux/mips/sys/sysmips.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/mips/sys') 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 -- cgit v1.2.3