auto merge of #17424 : ville-h/rust/rtld_rename, r=alexcrichton

This commit is contained in:
bors 2014-09-21 20:00:29 +00:00
commit 72841b128d
1 changed files with 1 additions and 1 deletions

View File

@ -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,