summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2000-07-18 01:57:21 +0000
committerJason Evans <jasone@FreeBSD.org>2000-07-18 01:57:21 +0000
commit26947b4288105a163ad2878c72df090ade6c8864 (patch)
tree1d3217afcf4efcd6a8402c241555319602e4e396 /lib
parent378656c2bafae87cf6caf759456fd49cda41c8af (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/Makefile2
-rw-r--r--lib/libc_r/uthread/Makefile.inc1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile
index 1b0afbbf40f7..32a412706ebe 100644
--- a/lib/libc_r/Makefile
+++ b/lib/libc_r/Makefile
@@ -31,7 +31,7 @@ HIDDEN_SYSCALLS= aio_suspend.o accept.o bind.o close.o connect.o dup.o dup2.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 \
msync.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 \
+ recvmsg.o sched_yield.o select.o sendfile.o sendmsg.o sendto.o \
setsockopt.o shutdown.o sigaction.o sigaltstack.o \
signanosleep.o sigpending.o sigprocmask.o sigreturn.o sigsetmask.o \
sigsuspend.o socket.o \
diff --git a/lib/libc_r/uthread/Makefile.inc b/lib/libc_r/uthread/Makefile.inc
index a88f9552b99b..68c3ae49a7c9 100644
--- a/lib/libc_r/uthread/Makefile.inc
+++ b/lib/libc_r/uthread/Makefile.inc
@@ -92,6 +92,7 @@ SRCS+= \
uthread_select.c \
uthread_self.c \
uthread_sem.c \
+ uthread_sendfile.c \
uthread_sendmsg.c \
uthread_sendto.c \
uthread_seterrno.c \