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

psm at uclibc.org psm at uclibc.org
Sat Jan 14 01:15:21 UTC 2006


Author: psm
Date: 2006-01-13 17:15:20 -0800 (Fri, 13 Jan 2006)
New Revision: 13282

Log:
needs features.h

Modified:
   trunk/uClibc/libc/sysdeps/linux/x86_64/clone.S


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/x86_64/clone.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/x86_64/clone.S	2006-01-14 01:10:34 UTC (rev 13281)
+++ trunk/uClibc/libc/sysdeps/linux/x86_64/clone.S	2006-01-14 01:15:20 UTC (rev 13282)
@@ -19,6 +19,7 @@
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
 
+#include <features.h>
 #define _ERRNO_H 1
 #include <bits/errno.h>
 #include <sys/syscall.h>




More information about the uClibc-cvs mailing list