summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/vax
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-23 19:21:41 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-23 19:21:41 +0000
commita93c8678684329c262eff95d15561c0262fcf4c1 (patch)
tree5f11ad0f39632f97c98fdd7604e5dc4fb758113b /libc/sysdeps/linux/vax
parentd036894a6f329bda959f684de2c9c7ed970adbf4 (diff)
fix from psm: remove unused defines/includes
Diffstat (limited to 'libc/sysdeps/linux/vax')
-rw-r--r--libc/sysdeps/linux/vax/clone.S2
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"