From 039fefad93deee41292caff324f78ff1e74b437d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 20 Apr 2001 17:26:51 +0000 Subject: Nobody should be using the SYS_ syscall names. Use the __NR_ names instead. -Erik --- libc/sysdeps/linux/arm/vfork.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/arm/vfork.S') 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 -- cgit v1.2.3