summaryrefslogtreecommitdiffstats
path: root/lib/libkse
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-31 23:48:30 +0000
committerjb <jb@FreeBSD.org>1998-05-31 23:48:30 +0000
commit4e33c259ce10dfa889d642abb2f6aa16e99725ec (patch)
tree7256d0e8f8b3c9acb20cd8dd73908ae6d86543b5 /lib/libkse
parentd1ff6ac11883cb96428f9a21659377bae35b4d8f (diff)
downloadFreeBSD-src-4e33c259ce10dfa889d642abb2f6aa16e99725ec.zip
FreeBSD-src-4e33c259ce10dfa889d642abb2f6aa16e99725ec.tar.gz
Add some missing syscall wrappers.
Diffstat (limited to 'lib/libkse')
-rw-r--r--lib/libkse/thread/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libkse/thread/Makefile.inc b/lib/libkse/thread/Makefile.inc
index 924453f..3d2f562 100644
--- a/lib/libkse/thread/Makefile.inc
+++ b/lib/libkse/thread/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id: Makefile.inc,v 1.10 1997/11/24 23:04:29 alex Exp $
+# $Id: Makefile.inc,v 1.11 1998/04/29 09:58:27 jb Exp $
# uthread sources
.PATH: ${.CURDIR}/uthread
@@ -64,10 +64,14 @@ SRCS+= \
uthread_queue.c \
uthread_read.c \
uthread_readv.c \
+ uthread_recv.c \
uthread_recvfrom.c \
+ uthread_recvmsg.c \
uthread_resume_np.c \
uthread_select.c \
uthread_self.c \
+ uthread_send.c \
+ uthread_sendmsg.c \
uthread_sendto.c \
uthread_seterrno.c \
uthread_setprio.c \
OpenPOWER on IntegriCloud