mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
rename to conform to style guide
This commit is contained in:
@@ -260,7 +260,7 @@ pub unsafe fn close(handle: *mut u8) {
|
||||
dlclose(handle as *mut libc::c_void); ()
|
||||
}
|
||||
|
||||
pub enum RTLD {
|
||||
pub enum Rtld {
|
||||
Lazy = 1,
|
||||
Now = 2,
|
||||
Global = 256,
|
||||
|
||||
Reference in New Issue
Block a user