From 08a58ea957aa37411fcbcb53a8590518f4c487d8 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 14 Jun 2002 04:02:25 +0000 Subject: Missed in earlier commit -- I did cvs commit src/lib/libc. Oops. --- lib/libpthread/thread/Makefile.inc | 2 -- lib/libpthread/thread/thr_private.h | 6 ------ 2 files changed, 8 deletions(-) (limited to 'lib/libpthread') diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index f9ee7f6..d35894e 100644 --- a/lib/libpthread/thread/Makefile.inc +++ b/lib/libpthread/thread/Makefile.inc @@ -32,8 +32,6 @@ SRCS+= \ uthread_autoinit.c \ 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 \ diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h index 3fef49c..ef45706 100644 --- a/lib/libpthread/thread/thr_private.h +++ b/lib/libpthread/thread/thr_private.h @@ -1222,12 +1222,6 @@ int __sys___acl_set_fd(int, acl_type_t, struct acl *); int __sys_aio_suspend(const struct aiocb * const[], int, const struct timespec *); #endif -/* #include */ -#ifdef _SYS_CAPABILITY_H -int __sys___cap_get_fd(int, struct cap *); -int __sys___cap_set_fd(int, struct cap *); -#endif - /* #include */ #ifdef _SYS_EVENT_H_ int __sys_kevent(int, const struct kevent *, int, struct kevent *, -- cgit v1.1