diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-12-14 21:42:03 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-12-14 21:42:03 +0000 |
| commit | 143943aa3599902837628d2eaecfc6db5c63dbe7 (patch) | |
| tree | 1818766ef436dd9b961f5e373d62c72a27716fc1 /include | |
| parent | cc4f30e1a54e5695655525d22b4a7429ec24374d (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 3 |
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 */ |
