[uClibc-cvs] uClibc/libc/sysdeps/linux/e1 vfork.c,1.2,1.3

Erik Andersen andersen at uclibc.org
Fri May 14 10:39:08 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/e1
In directory nail:/tmp/cvs-serv21965/libc/sysdeps/linux/e1

Modified Files:
	vfork.c 
Log Message:
Kill off the now obsolete __libc_vfork symbol


Index: vfork.c
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/e1/vfork.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/vfork.c	15 Feb 2004 09:34:42 -0000	1.2
+++ b/vfork.c	14 May 2004 10:39:05 -0000	1.3
@@ -2,6 +2,4 @@
 #include <sys/syscall.h>
 #include <sys/errno.h>
 
-#define __NR___libc_vfork __NR_vfork
-_syscall0(pid_t, __libc_vfork);
 _syscall0(pid_t, vfork);




More information about the uClibc-cvs mailing list