We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a507b6 commit c17a4c1Copy full SHA for c17a4c1
src/unix/haiku/mod.rs
@@ -962,6 +962,10 @@ pub const _SC_TIMER_MAX: ::c_int = 57;
962
pub const _SC_TIMERS: ::c_int = 58;
963
pub const _SC_CPUTIME: ::c_int = 59;
964
pub const _SC_THREAD_CPUTIME: ::c_int = 60;
965
+pub const _SC_HOST_NAME_MAX: ::c_int = 61;
966
+pub const _SC_REGEXP: ::c_int = 62;
967
+pub const _SC_SYMLOOP_MAX: ::c_int = 63;
968
+pub const _SC_SHELL: ::c_int = 64;
969
970
pub const PTHREAD_STACK_MIN: ::size_t = 8192;
971
0 commit comments