summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/unistd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h
index 1a49297..d96e005 100644
--- a/sys/sys/unistd.h
+++ b/sys/sys/unistd.h
@@ -203,6 +203,17 @@
#define _SC_NPROCESSORS_CONF 57
#define _SC_NPROCESSORS_ONLN 58
+#endif /* !_POSIX_SOURCE */
+
+/* POSIX.1e pathconf and fpathconf options */
+#define _POSIX_ACL_EXTENDED 59
+#define _POSIX_ACL_PATH_MAX 60
+#define _POSIX_ACL_CAP_PRESENT 61
+#define _POSIX_INF_PRESENT 62
+#define _POSIX_MAC_PRESENT 63
+
+#ifndef _POSIX_SOURCE
+
/*
* rfork() options.
*
OpenPOWER on IntegriCloud