summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/vfork.S
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-31 15:49:34 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-31 15:49:34 +0000
commit8dd9c51eb2f6c5dc659b426dc3bd114751adb405 (patch)
tree5eeeb11b1f38660340b91c83128cdb88cad6d65b /libc/sysdeps/linux/arm/vfork.S
parent290b06002e9d168438c418c508e6ab5431b05b62 (diff)
Fixup setjmp and longjmp so they behave themselves properly now
on both x86 and arm... -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 ccf815f12..361153214 100644
--- a/libc/sysdeps/linux/arm/vfork.S
+++ b/libc/sysdeps/linux/arm/vfork.S
@@ -21,7 +21,7 @@
*/
#include <asm/errno.h>
-#include <asm/unistd.h>
+#include <sys/syscall.h>
.global errno;