unbreak openbsd code
- upgrades libc to version with si_addr support in openbsd - declares libc use for getentropy
This commit is contained in:
parent
c6079d0586
commit
f9a8861922
@ -1 +1 @@
|
||||
Subproject commit 4b9b07c71997da23d5d1e3035cd16a5855b94ecc
|
||||
Subproject commit e0c0bf439add63a6a25a25ba47e4aec9547bf9af
|
@ -182,8 +182,8 @@ mod imp {
|
||||
#[cfg(target_os = "openbsd")]
|
||||
mod imp {
|
||||
use io;
|
||||
use libc;
|
||||
use mem;
|
||||
use libc::c_long;
|
||||
use sys::os::errno;
|
||||
use rand::Rng;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user