diff options
Diffstat (limited to 'lib/libpthread')
-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 cf9e154..8c1e567 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 \ |