summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-10-14 10:08:53 +0000
committermarcel <marcel@FreeBSD.org>1999-10-14 10:08:53 +0000
commit1a8207877396118d112682abf437aae7f0e67346 (patch)
tree7590443500b33ee0d42248084b94ef8766a135dc /lib/libc_r
parente56134da7a40b247ecd19649a51cf2089a062c43 (diff)
downloadFreeBSD-src-1a8207877396118d112682abf437aae7f0e67346.zip
FreeBSD-src-1a8207877396118d112682abf437aae7f0e67346.tar.gz
Add sigsuspend.o and sigpending.o to HIDDEN_SYSCALLS as well.
Pointed out by: jdp
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/Makefile4
1 files changed, 2 insertions, 2 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"
OpenPOWER on IntegriCloud