summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/sys/Makefile.inc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-10-09 15:27:09 +0000
committermarcel <marcel@FreeBSD.org>1999-10-09 15:27:09 +0000
commit890df87b45160f07619d66b504991bd2e0daba27 (patch)
treeb18f5353a2f45a58f32f8e60dbc8e88e0a1005b2 /lib/libc/i386/sys/Makefile.inc
parent2e5d3625c0c0f5f540de9dadf897228cd384961b (diff)
downloadFreeBSD-src-890df87b45160f07619d66b504991bd2e0daba27.zip
FreeBSD-src-890df87b45160f07619d66b504991bd2e0daba27.tar.gz
Remove syscall wrappers.
Diffstat (limited to 'lib/libc/i386/sys/Makefile.inc')
-rw-r--r--lib/libc/i386/sys/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc
index 734e15a..c5c1e84 100644
--- a/lib/libc/i386/sys/Makefile.inc
+++ b/lib/libc/i386/sys/Makefile.inc
@@ -4,9 +4,8 @@
SRCS+= i386_get_ioperm.c i386_get_ldt.c i386_set_ioperm.c i386_set_ldt.c \
i386_vm86.c
-MDASM= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S \
- ptrace.S reboot.S rfork.S sbrk.S setlogin.S sigreturn.S syscall.S
-# sigpending.S sigprocmask.S sigsuspend.S
+MDASM= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S reboot.S \
+ rfork.S sbrk.S setlogin.S sigreturn.S syscall.S
# Don't generate default code for these syscalls:
NOASM= __semctl.o break.o exit.o ftruncate.o getdomainname.o getlogin.o \
OpenPOWER on IntegriCloud