summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-12-14 21:42:03 +0000
committerpjd <pjd@FreeBSD.org>2006-12-14 21:42:03 +0000
commit4409545097ddb188a7d8318401e7a8bdb03a7dff (patch)
tree1818766ef436dd9b961f5e373d62c72a27716fc1 /include/unistd.h
parentafc4eef81761ef4e22e4ed02d7161428d7137da5 (diff)
downloadFreeBSD-src-4409545097ddb188a7d8318401e7a8bdb03a7dff.zip
FreeBSD-src-4409545097ddb188a7d8318401e7a8bdb03a7dff.tar.gz
Forgot to commit this file: add definition for _SC_PHYS_PAGES.
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