瀏覽代碼

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

Peter S. Mazinger 19 年之前
父節點
當前提交
0a795c50d7
共有 1 個文件被更改,包括 0 次插入14 次删除
  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)
-