summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/vfork.S
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-19 18:04:54 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-19 18:04:54 +0000
commit4a7511c316846b3be6cdcb81afd91052e9ae9587 (patch)
tree84d13f4d907ea05452a6278f4edb0cb5808d0de9 /libc/sysdeps/linux/arm/vfork.S
parent08e0c24b47a9abfd5536ee0cda1d0204bf7cc93c (diff)
This was violating policy and using a kernel header file...
-Erik
Diffstat (limited to 'libc/sysdeps/linux/arm/vfork.S')
-rw-r--r--libc/sysdeps/linux/arm/vfork.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/vfork.S b/libc/sysdeps/linux/arm/vfork.S
index d0e9922a6..99dc2ab7c 100644
--- a/libc/sysdeps/linux/arm/vfork.S
+++ b/libc/sysdeps/linux/arm/vfork.S
@@ -21,7 +21,7 @@
*
*/
-#include <linux/errno.h>
+#include <asm/errno.h>
#include <asm/unistd.h>