summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_private.h')
-rw-r--r--lib/libpthread/thread/thr_private.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h
index 8e04bd5..e212a0b 100644
--- a/lib/libpthread/thread/thr_private.h
+++ b/lib/libpthread/thread/thr_private.h
@@ -1396,6 +1396,20 @@ extern void __siglongjmp(sigjmp_buf, int) __dead2;
extern void __longjmp(jmp_buf, int) __dead2;
extern void ___longjmp(jmp_buf, int) __dead2;
#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/acl.h> */
+#ifdef _SYS_ACL_H
+int __sys___acl_aclcheck_fd(int, acl_type_t, struct acl *);
+int __sys___acl_delete_fd(int, acl_type_t);
+int __sys___acl_get_fd(int, acl_type_t, struct acl *);
+int __sys___acl_set_fd(int, acl_type_t, struct acl *);
+#endif
__END_DECLS
#endif /* !_PTHREAD_PRIVATE_H */
OpenPOWER on IntegriCloud