diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 08:01:53 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 08:01:53 +0000 |
commit | 0a795c50d7c3941d5d396bdb4318086bb8452416 (patch) | |
tree | 5c7e616f3e7a366fa8f4a009f5f91e084fdba871 /libc/sysdeps/linux/vax/vfork.c | |
parent | 40eb22873ce97a44004885462605daf0a69c56e9 (diff) |
Remove it, it's the same as the generic one in ../common
Diffstat (limited to 'libc/sysdeps/linux/vax/vfork.c')
-rw-r--r-- | libc/sysdeps/linux/vax/vfork.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libc/sysdeps/linux/vax/vfork.c b/libc/sysdeps/linux/vax/vfork.c deleted file mode 100644 index 73a41dc29..000000000 --- a/libc/sysdeps/linux/vax/vfork.c +++ /dev/null @@ -1,14 +0,0 @@ -#include <errno.h> -#include <features.h> -#include <sys/types.h> -#include <sys/syscall.h> -#include <unistd.h> - -libc_hidden_proto(vfork) -pid_t -vfork (void) -{ - return __fork (); -} -libc_hidden_def(vfork) - |