diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-19 18:04:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-19 18:04:54 +0000 |
commit | 4a7511c316846b3be6cdcb81afd91052e9ae9587 (patch) | |
tree | 84d13f4d907ea05452a6278f4edb0cb5808d0de9 /libc/sysdeps/linux | |
parent | 08e0c24b47a9abfd5536ee0cda1d0204bf7cc93c (diff) |
This was violating policy and using a kernel header file...
-Erik
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/arm/vfork.S | 2 |
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> |