Skip to content

Commit c58d7ab

Browse files
authored
Add acct(2) to BSD tree
1 parent da73827 commit c58d7ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix/bsd/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ extern {
543543
attr: *const ::pthread_attr_t,
544544
f: extern fn(*mut ::c_void) -> *mut ::c_void,
545545
value: *mut ::c_void) -> ::c_int;
546-
#[cfg(not(target_vendor = "rumprun"))]
547546
pub fn acct(filename: *const ::c_char) -> ::c_int;
548547
}
549548

0 commit comments

Comments
 (0)