diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2001-04-04 18:17:28 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2001-04-04 18:17:28 +0000 |
| commit | 8b28ef95280c56bcdc893923c5325d9f4b61d1e5 (patch) | |
| tree | 142f0c244f9714357c07ba7effd8bcc473936131 /lib/libpthread/thread | |
| parent | 16cb0dd753d862ad79b8c22136a1ced751db9e5d (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread')
| -rw-r--r-- | lib/libpthread/thread/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index cf9e154df50d..8c1e5677eb72 100644 --- a/lib/libpthread/thread/Makefile.inc +++ b/lib/libpthread/thread/Makefile.inc @@ -5,6 +5,10 @@ SRCS+= \ uthread_accept.c \ + uthread_acl_delete_fd.c \ + uthread_acl_get_fd.c \ + uthread_acl_set_fd.c \ + uthread_acl_aclcheck_fd.c \ uthread_aio_suspend.c \ uthread_attr_destroy.c \ uthread_attr_init.c \ @@ -26,6 +30,8 @@ SRCS+= \ uthread_autoinit.cc \ uthread_bind.c \ uthread_cancel.c \ + uthread_cap_get_fd.c \ + uthread_cap_set_fd.c \ uthread_clean.c \ uthread_close.c \ uthread_cond.c \ |
