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.
2 parents 69da605 + b83505c commit 3c28e47Copy full SHA for 3c28e47
src/unix/notbsd/linux/mod.rs
@@ -384,6 +384,7 @@ pub const _SC_THREAD_ATTR_STACKSIZE: ::c_int = 78;
384
pub const _SC_THREAD_PRIORITY_SCHEDULING: ::c_int = 79;
385
pub const _SC_THREAD_PRIO_INHERIT: ::c_int = 80;
386
pub const _SC_THREAD_PRIO_PROTECT: ::c_int = 81;
387
+pub const _SC_NPROCESSORS_CONF: ::c_int = 83;
388
pub const _SC_NPROCESSORS_ONLN: ::c_int = 84;
389
pub const _SC_ATEXIT_MAX: ::c_int = 87;
390
pub const _SC_XOPEN_VERSION: ::c_int = 89;
0 commit comments