diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-06-14 04:02:25 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-06-14 04:02:25 +0000 |
| commit | 4a85ccbe6d4c2bf3e441af630b05d7f6d3981f6a (patch) | |
| tree | a2168855ff9195b2e65c43b9f1d5ea27841ad31a /lib/libpthread | |
| parent | eb5afeba220dee353c4fd9463cab59dc82677953 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/thread/Makefile.inc | 2 | ||||
| -rw-r--r-- | lib/libpthread/thread/thr_private.h | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index f9ee7f6d7461..d35894e2cdfb 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 3fef49c7b25f..ef45706710f3 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 <sys/capability.h> */ -#ifdef _SYS_CAPABILITY_H -int __sys___cap_get_fd(int, struct cap *); -int __sys___cap_set_fd(int, struct cap *); -#endif - /* #include <sys/event.h> */ #ifdef _SYS_EVENT_H_ int __sys_kevent(int, const struct kevent *, int, struct kevent *, |
