Skip to content
Snippets Groups Projects
Commit ea64b2cb authored by bors's avatar bors
Browse files

Auto merge of #885 - EdSchouten:nprocessors, r=alexcrichton

Add _SC_NPROCESSORS_ONLN for CloudABI.

This constant is not used by the C library, which is why I didn't add it
initially. It is, however, used by libtest to determine the parallelism
for the execution of tests.
parents f060d95f bbaf0426
No related branches found
No related tags found
Loading
......@@ -55,6 +55,7 @@ s! {
}
}
pub const _SC_NPROCESSORS_ONLN: ::c_int = 52;
pub const _SC_PAGESIZE: ::c_int = 54;
pub const AF_INET: ::c_int = 1;
......
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