From aaa63ce9a565be9cc1f59cd332a5c85e313625ab Mon Sep 17 00:00:00 2001 From: tmm Date: Wed, 4 Apr 2001 18:17:28 +0000 Subject: Activate build of posix1e extensions in libc and libc_r that have been moved in from libposix1e, and deactivate build of the soon-to-be-removed libposix1e. Approved by: rwatson Obtained from: TrustedBSD Project --- lib/libpthread/thread/Makefile.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/libpthread/thread/Makefile.inc') 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 \ -- cgit v1.1