Ver código fonte

Remove it, it's the same as the generic one in ../common

Peter S. Mazinger 18 anos atrás
pai
commit
0a795c50d7
1 arquivos alterados com 0 adições e 14 exclusões
  1. 0 14
      libc/sysdeps/linux/vax/vfork.c

+ 0 - 14
libc/sysdeps/linux/vax/vfork.c

@@ -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)
-