svn commit: branches/uClibc-nptl/libc/sysdeps/linux/e1

sjhill at uclibc.org sjhill at uclibc.org
Thu Jan 5 00:56:44 UTC 2006


Author: sjhill
Date: 2006-01-04 16:56:44 -0800 (Wed, 04 Jan 2006)
New Revision: 13089

Log:
Merge from trunk.


Modified:
   branches/uClibc-nptl/libc/sysdeps/linux/e1/vfork.c


Changeset:
Modified: branches/uClibc-nptl/libc/sysdeps/linux/e1/vfork.c
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/e1/vfork.c	2006-01-05 00:51:47 UTC (rev 13088)
+++ branches/uClibc-nptl/libc/sysdeps/linux/e1/vfork.c	2006-01-05 00:56:44 UTC (rev 13089)
@@ -1,5 +1,5 @@
 #include <sys/types.h>
 #include <sys/syscall.h>
-#include <sys/errno.h>
+#include <errno.h>
 
 _syscall0(pid_t, vfork);




More information about the uClibc-cvs mailing list