summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 1568e06..48c925c 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -294,6 +294,9 @@ typedef __useconds_t useconds_t;
#define _SC_NPROCESSORS_ONLN 58
#endif
+/* Extensions found in Solaris and Linux. */
+#define _SC_PHYS_PAGES 121
+
/* Keys for the confstr(3) function. */
#if __POSIX_VISIBLE >= 199209
#define _CS_PATH 1 /* default value of PATH */
OpenPOWER on IntegriCloud