mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +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); ()
|
||||
}
|
||||
|
||||
pub enum RTLD {
|
||||
pub enum Rtld {
|
||||
Lazy = 1,
|
||||
Now = 2,
|
||||
Global = 256,
|
||||
|
Loading…
Reference in New Issue
Block a user