summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2000-04-27 00:59:44 +0000
committerJason Evans <jasone@FreeBSD.org>2000-04-27 00:59:44 +0000
commit98a1f447bb92b55fc06c891b9232a8e9b74818d2 (patch)
treedcb0f241dcd424521c871aa3e6fec0fcddc4e6e1 /lib/libpthread
parentee4619f2a7c5934dfaaa5a333b6f67f5532d73ae (diff)
Notes
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/Makefile4
-rw-r--r--lib/libpthread/thread/Makefile.inc1
2 files changed, 4 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 1b0afbbf40f7..0092a440a1d9 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -16,6 +16,8 @@ CFLAGS+=-I${.CURDIR}/../../include
# thread locking.
CFLAGS+=-D_LOCK_DEBUG
+DEBUG_FLAGS=-g3
+
# enable extra internal consistancy checks
# CFLAGS+=-D_PTHREADS_INVARIANTS
@@ -31,7 +33,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/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc
index a88f9552b99b..68c3ae49a7c9 100644
--- a/lib/libpthread/thread/Makefile.inc
+++ b/lib/libpthread/thread/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 \