* 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:
Corinna Vinschen 2000-10-24 18:27:54 +00:00
parent 90bb77ddcb
commit ba9e88d24c
2 changed files with 31 additions and 21 deletions

View File

@ -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

View File

@ -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