aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-12-10 20:27:52 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-12-10 20:27:52 +0000
commit7897c2a41802d6dbb971fddcba9f6a0dc47a93af (patch)
tree293bf4fbbd717c17cd621202e7d8399f21873d52 /lib/libpthread
parent1f35e8c8da10c00919d12d9a4f682f43c9f0edbf (diff)
downloadsrc-7897c2a41802d6dbb971fddcba9f6a0dc47a93af.tar.gz
src-7897c2a41802d6dbb971fddcba9f6a0dc47a93af.zip
Don't hide mknod, it doesn't need a wrapper and never has had one.
Notes
Notes: svn path=/head/; revision=41660
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 84497f23658b..806cd10b5fa5 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.12 1998/06/12 02:21:27 jb Exp $
+# $Id: Makefile,v 1.13 1998/06/14 11:25:44 peter Exp $
#
# All library objects contain rcsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
@@ -26,7 +26,7 @@ HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \
execve.o fchflags.o fchmod.o fchown.o fcntl.o \
flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \
getpeername.o getsockname.o getsockopt.o ioctl.o listen.o \
- mknod.o nanosleep.o nfssvc.o open.o poll.o read.o readv.o recvfrom.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 socket.o socketpair.o wait4.o write.o writev.o