소스 검색

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

Peter S. Mazinger 20 년 전
부모
커밋
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)
-