diff options
author | jb <jb@FreeBSD.org> | 1998-05-31 23:48:30 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-05-31 23:48:30 +0000 |
commit | 4e33c259ce10dfa889d642abb2f6aa16e99725ec (patch) | |
tree | 7256d0e8f8b3c9acb20cd8dd73908ae6d86543b5 /lib/libpthread | |
parent | d1ff6ac11883cb96428f9a21659377bae35b4d8f (diff) | |
download | FreeBSD-src-4e33c259ce10dfa889d642abb2f6aa16e99725ec.zip FreeBSD-src-4e33c259ce10dfa889d642abb2f6aa16e99725ec.tar.gz |
Add some missing syscall wrappers.
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/thread/Makefile.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index 924453f..3d2f562 100644 --- a/lib/libpthread/thread/Makefile.inc +++ b/lib/libpthread/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 \ |