aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2006-12-14 21:42:03 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2006-12-14 21:42:03 +0000
commit143943aa3599902837628d2eaecfc6db5c63dbe7 (patch)
tree1818766ef436dd9b961f5e373d62c72a27716fc1
parentcc4f30e1a54e5695655525d22b4a7429ec24374d (diff)
Notes
-rw-r--r--include/unistd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 1568e06851e0..48c925c340a0 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 */