diff options
author | marcel <marcel@FreeBSD.org> | 1999-10-09 15:27:09 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-10-09 15:27:09 +0000 |
commit | 890df87b45160f07619d66b504991bd2e0daba27 (patch) | |
tree | b18f5353a2f45a58f32f8e60dbc8e88e0a1005b2 /lib/libc/amd64 | |
parent | 2e5d3625c0c0f5f540de9dadf897228cd384961b (diff) | |
download | FreeBSD-src-890df87b45160f07619d66b504991bd2e0daba27.zip FreeBSD-src-890df87b45160f07619d66b504991bd2e0daba27.tar.gz |
Remove syscall wrappers.
Diffstat (limited to 'lib/libc/amd64')
-rw-r--r-- | lib/libc/amd64/sys/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/amd64/sys/Makefile.inc b/lib/libc/amd64/sys/Makefile.inc index 734e15a..c5c1e84 100644 --- a/lib/libc/amd64/sys/Makefile.inc +++ b/lib/libc/amd64/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 \ |