libroot: Remove _SC_NPROCESSORS_MAX and _SC_CPUID_MAX
_SC_NPROCESSORS_MAX and _SC_CPUID_MAX appear to be supported only by Solaris. There isn't much point in exposing such values to the userland anyway.
This commit is contained in:
@@ -104,10 +104,8 @@
|
||||
/* TODO: check */
|
||||
#define _SC_IOV_MAX 32
|
||||
#define _SC_UIO_MAXIOV _SC_IOV_MAX
|
||||
#define _SC_NPROCESSORS_MAX 33
|
||||
#define _SC_NPROCESSORS_CONF 34
|
||||
#define _SC_NPROCESSORS_ONLN 35
|
||||
#define _SC_CPUID_MAX 36
|
||||
#define _SC_ATEXIT_MAX 37
|
||||
#define _SC_PASS_MAX 39
|
||||
#define _SC_PHYS_PAGES 40
|
||||
|
||||
Reference in New Issue
Block a user