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 e173e3e commit bce853fCopy full SHA for bce853f
src/unix/notbsd/android/mod.rs
@@ -1927,7 +1927,8 @@ extern {
1927
pub fn setpriority(which: ::c_int, who: ::c_int, prio: ::c_int) -> ::c_int;
1928
pub fn __sched_cpualloc(count: ::size_t) -> *mut ::cpu_set_t;
1929
pub fn __sched_cpufree(set: *mut ::cpu_set_t);
1930
- pub fn __sched_cpucount(setsize: ::size_t, set: *const cpu_set_t) -> ::c_int;
+ pub fn __sched_cpucount(setsize: ::size_t,
1931
+ set: *const cpu_set_t) -> ::c_int;
1932
pub fn sched_getcpu() -> ::c_int;
1933
1934
pub fn utmpname(name: *const ::c_char) -> ::c_int;
0 commit comments