diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-08-07 16:51:56 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-08-07 16:51:56 +0000 |
| commit | 532c92a865da0a2888fd30f226e7c1f714456176 (patch) | |
| tree | 854426403b19d7bf5f799ed50659e682d6b1f164 /lib/libpthread/Makefile | |
| parent | b275c430a528f13d658e6f2388bce6e79b0f5c06 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/Makefile')
| -rw-r--r-- | lib/libpthread/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 32a412706ebe..4c06007b5665 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -29,7 +29,8 @@ PRECIOUSLIB= yes HIDDEN_SYSCALLS= aio_suspend.o 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 \ - getlogin.o getpeername.o getsockname.o getsockopt.o ioctl.o listen.o \ + getlogin.o getpeername.o getsockname.o getsockopt.o ioctl.o \ + kevent.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 \ |
