diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-06 22:24:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-06 22:24:34 +0000 |
commit | 5ddee2da0cf7345f3be649fcd67d7d0a7c773313 (patch) | |
tree | f4d64486edf2d7e97755dcc3944be14d1871c8d4 /libc/sysdeps/linux/i386/clone.S | |
parent | 075ac5a2e4afc49370b979745d00755b18a79993 (diff) |
Peter S. Mazinger writes: we dont need features.h
Diffstat (limited to 'libc/sysdeps/linux/i386/clone.S')
-rw-r--r-- | libc/sysdeps/linux/i386/clone.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/clone.S b/libc/sysdeps/linux/i386/clone.S index 9a6533312..891b35381 100644 --- a/libc/sysdeps/linux/i386/clone.S +++ b/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); */ |