Skip to content

Commit 3c40c36

Browse files
devnexentgross35
authored andcommitted
1 parent 5924430 commit 3c40c36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/haiku/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,6 +2093,8 @@ extern "C" {
20932093
length: ::size_t,
20942094
locale: ::locale_t,
20952095
) -> ::c_int;
2096+
2097+
pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int;
20962098
}
20972099

20982100
#[link(name = "bsd")]

0 commit comments

Comments
 (0)