Forgot to commit this file: add definition for _SC_PHYS_PAGES.

This commit is contained in:
pjd 2006-12-14 21:42:03 +00:00
parent afc4eef817
commit 4409545097

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