Forgot to commit this file: add definition for _SC_PHYS_PAGES.

This commit is contained in:
Pawel Jakub Dawidek 2006-12-14 21:42:03 +00:00
parent cc4f30e1a5
commit 143943aa35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165230

View File

@ -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 */