Skip to content
Snippets Groups Projects
Commit 5d65c3f2 authored by Sergey Bugaev's avatar Sergey Bugaev
Browse files

Revert "Fix accidental two blank lines"

This reverts commit 43ab51cb.
parent 43ab51cb
No related branches found
No related tags found
No related merge requests found
......@@ -462,6 +462,7 @@ pub const LOG_NFACILITIES: ::c_int = 24;
pub const SEM_FAILED: *mut ::sem_t = 0 as *mut sem_t;
f! {
pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
for slot in cpuset.bits.iter_mut() {
......
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