diff options
Diffstat (limited to 'libc/sysdeps/linux/e1')
-rw-r--r-- | libc/sysdeps/linux/e1/vfork.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/e1/vfork.c b/libc/sysdeps/linux/e1/vfork.c index 98421147c..f7dfb10ba 100644 --- a/libc/sysdeps/linux/e1/vfork.c +++ b/libc/sysdeps/linux/e1/vfork.c @@ -2,6 +2,4 @@ #include <sys/syscall.h> #include <sys/errno.h> -#define __NR___libc_vfork __NR_vfork -_syscall0(pid_t, __libc_vfork); _syscall0(pid_t, vfork); |