svn commit: trunk/uClibc/libc/sysdeps/linux/bfin

vapier at uclibc.org vapier at uclibc.org
Wed May 17 04:42:26 UTC 2006


Author: vapier
Date: 2006-05-16 21:42:25 -0700 (Tue, 16 May 2006)
New Revision: 15094

Log:
fix by Peter S. Mazinger: use sys/syscall.h instead of asm/unistd.h

Modified:
   trunk/uClibc/libc/sysdeps/linux/bfin/vfork.S


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/bfin/vfork.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/bfin/vfork.S	2006-05-17 04:40:06 UTC (rev 15093)
+++ trunk/uClibc/libc/sysdeps/linux/bfin/vfork.S	2006-05-17 04:42:25 UTC (rev 15094)
@@ -4,8 +4,7 @@
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
-#include <features.h>
-#include <asm/unistd.h>
+#include <sys/syscall.h>
 
 .text
 .global ___vfork




More information about the uClibc-cvs mailing list