Przeglądaj źródła

Peter S. Mazinger writes: we dont need features.h

Mike Frysinger 20 lat temu
rodzic
commit
5ddee2da0c

+ 1 - 1
libc/sysdeps/linux/i386/clone.S

@@ -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); */

+ 0 - 1
libc/sysdeps/linux/x86_64/clone.S

@@ -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>