Skip to content

Commit 72841b1

Browse files
committed
auto merge of rust-lang#17424 : ville-h/rust/rtld_rename, r=alexcrichton
2 parents 9fcfcaa + f7693d6 commit 72841b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/dynamic_lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ pub mod dl {
260260
dlclose(handle as *mut libc::c_void); ()
261261
}
262262

263-
pub enum RTLD {
263+
pub enum Rtld {
264264
Lazy = 1,
265265
Now = 2,
266266
Global = 256,

0 commit comments

Comments
 (0)