summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/capsicum.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/capsicum.h')
-rw-r--r--freebsd/sys/sys/capsicum.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/freebsd/sys/sys/capsicum.h b/freebsd/sys/sys/capsicum.h
index d40b8572..ee5e4267 100644
--- a/freebsd/sys/sys/capsicum.h
+++ b/freebsd/sys/sys/capsicum.h
@@ -246,7 +246,12 @@
/* Process management via process descriptors. */
/* Allows for pdgetpid(2). */
#define CAP_PDGETPID CAPRIGHT(1, 0x0000000000000200ULL)
-/* Allows for pdwait4(2). */
+/*
+ * Allows for pdwait4(2).
+ *
+ * XXX: this constant was imported unused, but is targeted to be implemented
+ * in the future (bug 235871).
+ */
#define CAP_PDWAIT CAPRIGHT(1, 0x0000000000000400ULL)
/* Allows for pdkill(2). */
#define CAP_PDKILL CAPRIGHT(1, 0x0000000000000800ULL)