소스 검색

Remove vfork.c from Makefile as well

Peter S. Mazinger 18 년 전
부모
커밋
9f6d68b601
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libc/sysdeps/linux/vax/Makefile.arch

+ 1 - 1
libc/sysdeps/linux/vax/Makefile.arch

@@ -6,7 +6,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-CSRC:=brk.c _mmap.c vfork.c
+CSRC:=brk.c _mmap.c
 SSRC:=__longjmp.S setjmp.S _setjmp.S clone.S
 
 ARCH_DIR:=$(top_srcdir)libc/sysdeps/linux/vax