* libc/include/sys/unistd.h: Add defines for sysconf values
_SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN, _SC_PHYS_PAGES and _SC_AVPHYS_PAGES.
This commit is contained in:
parent
90bb77ddcb
commit
ba9e88d24c
|
@ -1,3 +1,9 @@
|
|||
Tue Oct 24 20:16:00 2000 Corinna Vinschen <vinschen@cygnus.com>
|
||||
|
||||
* libc/include/sys/unistd.h: Add defines for sysconf values
|
||||
_SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN, _SC_PHYS_PAGES and
|
||||
_SC_AVPHYS_PAGES.
|
||||
|
||||
Mon Oct 9 20:26:33 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* libc/include/sys/unistd.h: Add getdtablesize and setdtablesize
|
||||
|
|
|
@ -158,6 +158,10 @@ long _EXFUN(sysconf, (int __name));
|
|||
# define _SC_SAVED_IDS 6
|
||||
# define _SC_VERSION 7
|
||||
# define _SC_PAGESIZE 8
|
||||
# define _SC_NPROCESSORS_CONF 9
|
||||
# define _SC_NPROCESSORS_ONLN 10
|
||||
# define _SC_PHYS_PAGES 11
|
||||
# define _SC_AVPHYS_PAGES 12
|
||||
|
||||
# define _PC_LINK_MAX 0
|
||||
# define _PC_MAX_CANON 1
|
||||
|
|
Loading…
Reference in New Issue