diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-20 17:26:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-20 17:26:51 +0000 |
commit | 039fefad93deee41292caff324f78ff1e74b437d (patch) | |
tree | bb18329e674c10c3ba4c027f1ba0028c1974c40f /libc/sysdeps/linux/arm/vfork.S | |
parent | b593d7dc2b12b84c3d4eabfe7c5bd1ed47d6d4b0 (diff) |
Nobody should be using the SYS_ syscall names. Use the __NR_<foo>
names instead.
-Erik
Diffstat (limited to 'libc/sysdeps/linux/arm/vfork.S')
-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 845a222ac..d0e9922a6 100644 --- a/libc/sysdeps/linux/arm/vfork.S +++ b/libc/sysdeps/linux/arm/vfork.S @@ -37,7 +37,7 @@ vfork: -#ifdef __SYS_vfork +#ifdef __NR_vfork swi __NR_vfork cmn r0, #4096 movcc pc, lr |