Module Name: src Committed By: christos Date: Fri Nov 2 21:41:26 UTC 2012
Modified Files: src/sys/sys: unistd.h Log Message: add _SC_PHYS_PAGES To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/sys/unistd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/unistd.h diff -u src/sys/sys/unistd.h:1.53 src/sys/sys/unistd.h:1.54 --- src/sys/sys/unistd.h:1.53 Wed Aug 1 11:24:22 2012 +++ src/sys/sys/unistd.h Fri Nov 2 17:41:26 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: unistd.h,v 1.53 2012/08/01 15:24:22 martin Exp $ */ +/* $NetBSD: unistd.h,v 1.54 2012/11/02 21:41:26 christos Exp $ */ /* * Copyright (c) 1989, 1993 @@ -306,6 +306,9 @@ /* This is implemented */ #define _SC_SPAWN 86 +/* Extensions found in Solaris and Linux. */ +#define _SC_PHYS_PAGES 121 + #ifdef _NETBSD_SOURCE /* Commonly provided sysconf() extensions */ #define _SC_NPROCESSORS_CONF 1001