diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-06-14 04:02:25 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-06-14 04:02:25 +0000 |
commit | 08a58ea957aa37411fcbcb53a8590518f4c487d8 (patch) | |
tree | a2168855ff9195b2e65c43b9f1d5ea27841ad31a /lib/libpthread/thread/thr_private.h | |
parent | 86950bb1f4b520cb14150be632a047ba2d686a46 (diff) | |
download | FreeBSD-src-08a58ea957aa37411fcbcb53a8590518f4c487d8.zip FreeBSD-src-08a58ea957aa37411fcbcb53a8590518f4c487d8.tar.gz |
Missed in earlier commit -- I did cvs commit src/lib/libc. Oops.
Diffstat (limited to 'lib/libpthread/thread/thr_private.h')
-rw-r--r-- | lib/libpthread/thread/thr_private.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 <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 *, |