Skip to content
Snippets Groups Projects
Unverified Commit 77d522ee authored by Yuki Okushi's avatar Yuki Okushi Committed by GitHub
Browse files

Merge pull request #1809 from ahwayakchih/patch-1

Add missing sysconf constants for Haiku
parents 7a507b64 c17a4c17
No related branches found
No related tags found
No related merge requests found
......@@ -962,6 +962,10 @@ pub const _SC_TIMER_MAX: ::c_int = 57;
pub const _SC_TIMERS: ::c_int = 58;
pub const _SC_CPUTIME: ::c_int = 59;
pub const _SC_THREAD_CPUTIME: ::c_int = 60;
pub const _SC_HOST_NAME_MAX: ::c_int = 61;
pub const _SC_REGEXP: ::c_int = 62;
pub const _SC_SYMLOOP_MAX: ::c_int = 63;
pub const _SC_SHELL: ::c_int = 64;
pub const PTHREAD_STACK_MIN: ::size_t = 8192;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment