[uClibc-cvs] uClibc/libc/sysdeps/linux/mips sysmips.c, NONE, 1.1 Makefile, 1.35, 1.36

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


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

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


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/mips/Makefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile	22 Nov 2003 21:22:11 -0000	1.35
+++ Makefile	28 Nov 2003 18:28:39 -0000	1.36
@@ -27,7 +27,7 @@
 SSRC=bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S fork.S syscall.S pipe.S
 SOBJS=$(patsubst %.S,%.o, $(SSRC))
 
-CSRC=__longjmp.c  brk.c vfork.c setjmp_aux.c _mmap.c __syscall_error.c cacheflush.c pread_write.c
+CSRC=__longjmp.c  brk.c vfork.c setjmp_aux.c _mmap.c __syscall_error.c cacheflush.c pread_write.c sysmips.c
 COBJS=$(patsubst %.c,%.o, $(CSRC))
 
 OBJS=$(SOBJS) $(MOBJ) $(COBJS)

--- NEW FILE: sysmips.c ---
#include <errno.h>
#include <sys/syscall.h>
#include <sys/sysmips.h>

_syscall4(int, sysmips, const int, cmd, const long, arg1, const int, arg2, const int, arg3);




More information about the uClibc-cvs mailing list