Skip to content

Commit bce853f

Browse files
committed
Fixup style sched_cpus
1 parent e173e3e commit bce853f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/unix/notbsd/android/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,8 @@ extern {
19271927
pub fn setpriority(which: ::c_int, who: ::c_int, prio: ::c_int) -> ::c_int;
19281928
pub fn __sched_cpualloc(count: ::size_t) -> *mut ::cpu_set_t;
19291929
pub fn __sched_cpufree(set: *mut ::cpu_set_t);
1930-
pub fn __sched_cpucount(setsize: ::size_t, set: *const cpu_set_t) -> ::c_int;
1930+
pub fn __sched_cpucount(setsize: ::size_t,
1931+
set: *const cpu_set_t) -> ::c_int;
19311932
pub fn sched_getcpu() -> ::c_int;
19321933

19331934
pub fn utmpname(name: *const ::c_char) -> ::c_int;

0 commit comments

Comments
 (0)