Explorar o código

Remove vfork.c from Makefile as well

Peter S. Mazinger %!s(int64=18) %!d(string=hai) anos
pai
achega
9f6d68b601
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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