summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-08-23 02:48:48 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-08-23 02:48:48 +0000
commit95eeaabef1765dca1fed5980321f7e95916db087 (patch)
tree3a3e5f2b3028a4b12c126eb1574d0718a173af09
parent56b7f4fb6b93b9302edbb6609e3b8f9cd036a262 (diff)
Notes
-rw-r--r--lib/libc_r/Makefile3
-rw-r--r--lib/libc_r/uthread/Makefile.inc1
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile
index 32a412706ebe..4c06007b5665 100644
--- a/lib/libc_r/Makefile
+++ b/lib/libc_r/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 \
diff --git a/lib/libc_r/uthread/Makefile.inc b/lib/libc_r/uthread/Makefile.inc
index 68c3ae49a7c9..36c0834d5963 100644
--- a/lib/libc_r/uthread/Makefile.inc
+++ b/lib/libc_r/uthread/Makefile.inc
@@ -65,6 +65,7 @@ SRCS+= \
uthread_jmp.c \
uthread_join.c \
uthread_kern.c \
+ uthread_kevent.c \
uthread_kill.c \
uthread_listen.c \
uthread_mattr_init.c \