[uClibc-cvs] uClibc/libc/sysdeps/linux/mips/sys sysmips.h,1.1,1.2

Manuel Novoa III mjn3 at uclibc.org
Fri Nov 28 18:28:45 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/mips/sys
In directory winder:/tmp/cvs-serv20430/sys

Modified Files:
	sysmips.h 
Log Message:
Add sysmips(), based on a patch by Atsushi Nemoto <anemo at mba.ocn.ne.jp>.


Index: sysmips.h
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/mips/sys/sysmips.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sysmips.h	1 Mar 2002 20:46:17 -0000	1.1
+++ sysmips.h	28 Nov 2003 18:28:41 -0000	1.2
@@ -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




More information about the uClibc-cvs mailing list