PERFORCE change 130919 for review

John Birrell jb at FreeBSD.org
Fri Dec 14 17:10:08 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=130919

Change 130919 by jb at jb_freebsd1 on 2007/12/15 01:09:46

	Add a couple of definitions. Add code to libc's sysconf.c later.

Affected files ...

.. //depot/projects/dtrace7/src/include/unistd.h#2 edit

Differences ...

==== //depot/projects/dtrace7/src/include/unistd.h#2 (text+ko) ====

@@ -296,6 +296,8 @@
 
 /* Extensions found in Solaris and Linux. */
 #define	_SC_PHYS_PAGES		121
+#define	_SC_NPROCESSORS_MAX	122
+#define	_SC_CPUID_MAX		123
 
 /* Keys for the confstr(3) function. */
 #if __POSIX_VISIBLE >= 199209


More information about the p4-projects mailing list