--- src/lib/libc/Makefile 2005/05/02 19:52:58 1.10 +++ src/lib/libc/Makefile 2005/05/03 15:49:17 1.11 @@ -15,21 +15,6 @@ CLEANFILES+=tags PRECIOUSLIB= yes # -# Don't bother hiding any syscalls (like libc_r does). -# -HIDDEN_SYSCALLS= _exit.o accept.o aio_suspend.o bind.o close.o closefrom.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 \ - kevent.o kqueue.o listen.o \ - msync.o nanosleep.o nfssvc.o open.o poll.o read.o readv.o recvfrom.o \ - recvmsg.o sched_yield.o select.o sendfile.o sendmsg.o sendto.o \ - setsockopt.o shutdown.o sigaction.o sigaltstack.o \ - sigpending.o sigprocmask.o sigreturn.o \ - sigsuspend.o sigtimedwait.o sigwaitinfo.o socket.o \ - socketpair.o wait4.o write.o writev.o - -# # Include make rules that are shared with libc_r. # .include "${.CURDIR}/Makefile.inc"