diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-05-14 10:39:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-05-14 10:39:05 +0000 |
commit | b3322420c583e6f77750054aa27e6aab7f88a8c2 (patch) | |
tree | 785706ab68b6e33d3aa7bd3cd2bca5766671049d /libc/sysdeps/linux/e1 | |
parent | 2baa0cccce48cc0c2fffcb0a6191dc383aceec72 (diff) |
Kill off the now obsolete __libc_vfork symbol
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); |