Skip to content

Commit 8b400a8

Browse files
committed
haiku add handful BSD fn.
1 parent 72cf180 commit 8b400a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/unix/haiku/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,9 @@ extern "C" {
16881688
>,
16891689
data: *mut ::c_void,
16901690
) -> ::c_int;
1691+
1692+
pub fn strsep(string: *mut *mut ::c_char, delimiters: *const ::c_char) -> *mut ::c_char;
1693+
pub fn explicit_bzero(buf: *mut ::c_void, len: ::size_t);
16911694
}
16921695

16931696
cfg_if! {

0 commit comments

Comments
 (0)