diff options
author | marcel <marcel@FreeBSD.org> | 1999-10-14 10:08:53 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-10-14 10:08:53 +0000 |
commit | 1a8207877396118d112682abf437aae7f0e67346 (patch) | |
tree | 7590443500b33ee0d42248084b94ef8766a135dc | |
parent | e56134da7a40b247ecd19649a51cf2089a062c43 (diff) | |
download | FreeBSD-src-1a8207877396118d112682abf437aae7f0e67346.zip FreeBSD-src-1a8207877396118d112682abf437aae7f0e67346.tar.gz |
Add sigsuspend.o and sigpending.o to HIDDEN_SYSCALLS as well.
Pointed out by: jdp
-rw-r--r-- | lib/libc_r/Makefile | 4 | ||||
-rw-r--r-- | lib/libkse/Makefile | 4 | ||||
-rw-r--r-- | lib/libpthread/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile index 2447da9..28ce615 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/Makefile @@ -29,8 +29,8 @@ HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \ nanosleep.o nfssvc.o open.o poll.o read.o readv.o recvfrom.o \ recvmsg.o sched_yield.o select.o sendmsg.o sendto.o \ setsockopt.o shutdown.o sigaction.o sigaltstack.o \ - signanosleep.o sigprocmask.o socket.o socketpair.o wait4.o \ - write.o writev.o + signanosleep.o sigpending.o sigprocmask.o sigsuspend.o socket.o \ + socketpair.o wait4.o write.o writev.o .include "${.CURDIR}/../libc/Makefile.inc" .include "${.CURDIR}/man/Makefile.inc" diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile index 2447da9..28ce615 100644 --- a/lib/libkse/Makefile +++ b/lib/libkse/Makefile @@ -29,8 +29,8 @@ HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \ nanosleep.o nfssvc.o open.o poll.o read.o readv.o recvfrom.o \ recvmsg.o sched_yield.o select.o sendmsg.o sendto.o \ setsockopt.o shutdown.o sigaction.o sigaltstack.o \ - signanosleep.o sigprocmask.o socket.o socketpair.o wait4.o \ - write.o writev.o + signanosleep.o sigpending.o sigprocmask.o sigsuspend.o socket.o \ + socketpair.o wait4.o write.o writev.o .include "${.CURDIR}/../libc/Makefile.inc" .include "${.CURDIR}/man/Makefile.inc" diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 2447da9..28ce615 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -29,8 +29,8 @@ HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \ nanosleep.o nfssvc.o open.o poll.o read.o readv.o recvfrom.o \ recvmsg.o sched_yield.o select.o sendmsg.o sendto.o \ setsockopt.o shutdown.o sigaction.o sigaltstack.o \ - signanosleep.o sigprocmask.o socket.o socketpair.o wait4.o \ - write.o writev.o + signanosleep.o sigpending.o sigprocmask.o sigsuspend.o socket.o \ + socketpair.o wait4.o write.o writev.o .include "${.CURDIR}/../libc/Makefile.inc" .include "${.CURDIR}/man/Makefile.inc" |