Fix build by removing needless type prefix
This commit is contained in:
parent
5b282981d3
commit
33113f86f4
@ -208,7 +208,7 @@ mod imp {
|
||||
fn syscall(number: c_long, ...) -> c_long;
|
||||
}
|
||||
|
||||
const NR_GETENTROPY: libc::c_long = 7;
|
||||
const NR_GETENTROPY: c_long = 7;
|
||||
|
||||
impl OsRng {
|
||||
/// Create a new `OsRng`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user