diff options
author | jasone <jasone@FreeBSD.org> | 2000-04-27 00:59:44 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2000-04-27 00:59:44 +0000 |
commit | f89de11e935baf078cf587d2294188f9e5c65349 (patch) | |
tree | a74583e073a27a7c43636acd6034c5fc78910c8e /lib/libpthread/thread/Makefile.inc | |
parent | a5a543c27bf6808ea0d0a258890809714d4a7445 (diff) | |
download | FreeBSD-src-f89de11e935baf078cf587d2294188f9e5c65349.zip FreeBSD-src-f89de11e935baf078cf587d2294188f9e5c65349.tar.gz |
Add a wrapper for the sendfile() system call.
PR: bin/17366
Diffstat (limited to 'lib/libpthread/thread/Makefile.inc')
-rw-r--r-- | lib/libpthread/thread/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index a88f955..68c3ae4 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 \ |