[uClibc-cvs] uClibc/libc/sysdeps/linux/cris Makefile, 1.12, 1.13 vfork.c, 1.1, NONE

Erik Andersen andersen at uclibc.org
Sun Feb 15 09:43:05 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/cris
In directory nail:/tmp/cvs-serv24818/cris

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


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/cris/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile	22 Nov 2003 21:21:47 -0000	1.12
+++ Makefile	15 Feb 2004 09:43:03 -0000	1.13
@@ -30,7 +30,7 @@
 endif
 SOBJS=$(patsubst %.S,%.o, $(SSRC))
 
-CSRC= __init_brk.c brk.c sbrk.c vfork.c
+CSRC= __init_brk.c brk.c sbrk.c
 COBJS=$(patsubst %.c,%.o, $(CSRC))
 
 OBJS=$(SOBJS) $(COBJS)

--- vfork.c DELETED ---




More information about the uClibc-cvs mailing list