diff options
Diffstat (limited to 'libc/sysdeps/linux/vax')
-rw-r--r-- | libc/sysdeps/linux/vax/clone.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/vax/clone.S b/libc/sysdeps/linux/vax/clone.S index 0e9331e64..086adc685 100644 --- a/libc/sysdeps/linux/vax/clone.S +++ b/libc/sysdeps/linux/vax/clone.S @@ -18,8 +18,6 @@ /* 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> -#include <bits/errno.h> #include <sys/syscall.h> #warning "This file contains a hardcoded constant for SYS_clone" |