Skip to content

Commit

Permalink
Added getentropy to vita target
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Apr 28, 2023
1 parent 0485ee3 commit 0b2ed16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/unix/newlib/vita/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ extern "C" {
) -> ::c_int;

pub fn pthread_getprocessorid_np() -> ::c_int;

pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int;
}

pub use crate::unix::newlib::generic::{sigset_t, stat};

0 comments on commit 0b2ed16

Please sign in to comment.