mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
auto merge of #17424 : ville-h/rust/rtld_rename, r=alexcrichton
This commit is contained in:
commit
72841b128d
@ -260,7 +260,7 @@ pub mod dl {
|
|||||||
dlclose(handle as *mut libc::c_void); ()
|
dlclose(handle as *mut libc::c_void); ()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub enum RTLD {
|
pub enum Rtld {
|
||||||
Lazy = 1,
|
Lazy = 1,
|
||||||
Now = 2,
|
Now = 2,
|
||||||
Global = 256,
|
Global = 256,
|
||||||
|
Loading…
Reference in New Issue
Block a user