[uClibc-cvs] uClibc/libc/sysdeps/linux/mips Makefile, 1.38, 1.39 vfork.c, 1.2, NONE

Erik Andersen andersen at uclibc.org
Sun Feb 15 09:47:50 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/mips
In directory nail:/tmp/cvs-serv24892/mips

Modified Files:
	Makefile 
Removed Files:
	vfork.c 
Log Message:
Mips can use the generic vfork


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/mips/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Makefile	5 Feb 2004 02:17:01 -0000	1.38
+++ Makefile	15 Feb 2004 09:47:47 -0000	1.39
@@ -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 \
+CSRC=__longjmp.c  brk.c setjmp_aux.c mmap.c __syscall_error.c \
 	cacheflush.c pread_write.c sysmips.c _test_and_set.c
 COBJS=$(patsubst %.c,%.o, $(CSRC))
 

--- vfork.c DELETED ---




More information about the uClibc-cvs mailing list