mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
getconf: Report value of _SC_PHYS_PAGES
PR: 289717 Reviewed by: jhb
This commit is contained in:
parent
3132040247
commit
aa9e4fe3c9
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ OPEN_MAX, _SC_OPEN_MAX
|
|||
PAGESIZE, _SC_PAGESIZE
|
||||
PAGE_SIZE, _SC_PAGESIZE
|
||||
PASS_MAX, _SC_PASS_MAX
|
||||
PHYS_PAGES, _SC_PHYS_PAGES
|
||||
PTHREAD_DESTRUCTOR_ITERATIONS, _SC_THREAD_DESTRUCTOR_ITERATIONS
|
||||
PTHREAD_KEYS_MAX, _SC_THREAD_KEYS_MAX
|
||||
PTHREAD_STACK_MIN, _SC_THREAD_STACK_MIN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue