summaryrefslogtreecommitdiffstats
path: root/sys/sys/capability.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/capability.h')
-rw-r--r--sys/sys/capability.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sys/capability.h b/sys/sys/capability.h
index a96cf5e..82adfc3 100644
--- a/sys/sys/capability.h
+++ b/sys/sys/capability.h
@@ -173,6 +173,10 @@ typedef _BSD_SSIZE_T_ ssize_t;
int __cap_get_proc(struct cap *);
int __cap_set_proc(struct cap *);
+int __cap_get_fd(int, struct cap *);
+int __cap_get_file(const char *, struct cap *);
+int __cap_set_fd(int, struct cap *);
+int __cap_set_file(const char *, struct cap *);
int cap_clear(cap_t);
ssize_t cap_copy_ext(void *, cap_t, ssize_t);
OpenPOWER on IntegriCloud