Skip to content

Commit

Permalink
Add acct(2) to BSD tree
Browse files Browse the repository at this point in the history
  • Loading branch information
jabedude committed Oct 15, 2018
1 parent da73827 commit c58d7ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unix/bsd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ extern {
attr: *const ::pthread_attr_t,
f: extern fn(*mut ::c_void) -> *mut ::c_void,
value: *mut ::c_void) -> ::c_int;
#[cfg(not(target_vendor = "rumprun"))]
pub fn acct(filename: *const ::c_char) -> ::c_int;
}

Expand Down

0 comments on commit c58d7ab

Please sign in to comment.