OSDN Git Service

Peter S. Mazinger writes: we dont need features.h
authorMike Frysinger <vapier@gentoo.org>
Wed, 6 Jul 2005 22:24:34 +0000 (22:24 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 6 Jul 2005 22:24:34 +0000 (22:24 -0000)
libc/sysdeps/linux/i386/clone.S
libc/sysdeps/linux/x86_64/clone.S

index 9a65333..891b353 100644 (file)
@@ -24,8 +24,8 @@
 */
 
 #define _ERRNO_H       1
-#include <features.h>
 #include <bits/errno.h>
+#include <sys/syscall.h>
 
 /* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg,
             pid_t *ptid, struct user_desc *tls, pid_t *ctid); */
index 156714e..cb614a5 100644 (file)
@@ -20,7 +20,6 @@
    and invokes a function in the right context after its all over.  */
 
 #define _ERRNO_H 1
-#include <features.h>
 #include <bits/errno.h>
 #include <sys/syscall.h>