From 143943aa3599902837628d2eaecfc6db5c63dbe7 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Thu, 14 Dec 2006 21:42:03 +0000 Subject: [PATCH] Forgot to commit this file: add definition for _SC_PHYS_PAGES. --- include/unistd.h | 3 +++ 1 file changed, 3 insertions(+) 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 */