diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-05-26 03:35:43 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-05-26 03:35:43 +0000 |
commit | 321d515851b58e4249f7b4ac2df7ab607708a63a (patch) | |
tree | 5435d83072620836beb6365a88912da30e068e4e /lib/libc_r/Makefile | |
parent | e2b42b87300482018ad49a00ee7e5e9dd45fb3b6 (diff) |
forgot to hide sigpending
Diffstat (limited to 'lib/libc_r/Makefile')
-rw-r--r-- | lib/libc_r/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile index 417c376d46c..d27465a284f 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1999/01/20 22:42:10 d Exp $ +# $OpenBSD: Makefile,v 1.7 1999/05/26 03:35:42 d Exp $ # # All library objects contain sccsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -36,7 +36,7 @@ HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \ msync.o nanosleep.o open.o pipe.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 \ - sigprocmask.o sigsuspend.o \ + sigpending.o sigprocmask.o sigsuspend.o \ socket.o socketpair.o wait4.o write.o writev.o \ _exit.o |