diff options
author | dfr <dfr@FreeBSD.org> | 1999-10-09 12:11:31 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1999-10-09 12:11:31 +0000 |
commit | 457427e2637c3b49c4b859fcb20e970e7aa85e6a (patch) | |
tree | fc38c7d3ca3478a6fb5378597d3e2fbcdd5ab2a3 | |
parent | 41c4f3920e76ddd3b3a183fc18e6e0834a26086b (diff) | |
download | FreeBSD-src-457427e2637c3b49c4b859fcb20e970e7aa85e6a.zip FreeBSD-src-457427e2637c3b49c4b859fcb20e970e7aa85e6a.tar.gz |
Remove old sig* wrappers.
-rw-r--r-- | lib/libc/alpha/sys/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/alpha/sys/Makefile.inc b/lib/libc/alpha/sys/Makefile.inc index 51de27a..014d32a 100644 --- a/lib/libc/alpha/sys/Makefile.inc +++ b/lib/libc/alpha/sys/Makefile.inc @@ -1,8 +1,7 @@ # $FreeBSD$ MDASM+= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S \ - sbrk.S setlogin.S sigpending.S sigprocmask.S sigreturn.S \ - sigsuspend.S syscall.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 \ |