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

Erik Andersen andersen at uclibc.org
Sun Feb 15 09:34:44 UTC 2004


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

Modified Files:
	vfork.c 
Log Message:
This should not be inlined.  This should probably use a
weak alias as well...


Index: vfork.c
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/e1/vfork.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vfork.c	8 Oct 2003 18:15:43 -0000	1.1
+++ vfork.c	15 Feb 2004 09:34:42 -0000	1.2
@@ -3,5 +3,5 @@
 #include <sys/errno.h>
 
 #define __NR___libc_vfork __NR_vfork
-inline	_syscall0(pid_t, __libc_vfork);
-inline	_syscall0(pid_t, vfork);
+_syscall0(pid_t, __libc_vfork);
+_syscall0(pid_t, vfork);




More information about the uClibc-cvs mailing list