OSDN Git Service

Remove vfork.c from Makefile as well
authorPeter S. Mazinger <ps.m@gmx.net>
Mon, 13 Feb 2006 08:02:47 +0000 (08:02 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Mon, 13 Feb 2006 08:02:47 +0000 (08:02 -0000)
libc/sysdeps/linux/vax/Makefile.arch

index 0b3c1f6..4a0d528 100644 (file)
@@ -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