summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/vax
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-13 08:02:47 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-13 08:02:47 +0000
commit9f6d68b60130cd04f48735e7400a2ffa94f00443 (patch)
tree77358083496d15d7ef4ab632400244467787d6a6 /libc/sysdeps/linux/vax
parent0a795c50d7c3941d5d396bdb4318086bb8452416 (diff)
Remove vfork.c from Makefile as well
Diffstat (limited to 'libc/sysdeps/linux/vax')
-rw-r--r--libc/sysdeps/linux/vax/Makefile.arch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/vax/Makefile.arch b/libc/sysdeps/linux/vax/Makefile.arch
index 0b3c1f619..4a0d52877 100644
--- a/libc/sysdeps/linux/vax/Makefile.arch
+++ b/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