diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-05-26 03:37:33 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-05-26 03:37:33 +0000 |
commit | 297330ece85ad2a69629ad8c973abec0149c64fe (patch) | |
tree | 6a29f00deaa04aa9129e9f9f4eeb60943c7e70ea | |
parent | 321d515851b58e4249f7b4ac2df7ab607708a63a (diff) |
back out sigpending hide
-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 d27465a284f..01e699cbff9 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1999/05/26 03:35:42 d Exp $ +# $OpenBSD: Makefile,v 1.8 1999/05/26 03:37:32 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 \ - sigpending.o sigprocmask.o sigsuspend.o \ + sigprocmask.o sigsuspend.o \ socket.o socketpair.o wait4.o write.o writev.o \ _exit.o |