Skip to content

Commit

Permalink
rename to conform to style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ville-h committed Sep 21, 2014
1 parent b8599ec commit f7693d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/dynamic_lib.rs
Expand Up @@ -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,
Expand Down

5 comments on commit f7693d6

@bors
Copy link
Contributor

@bors bors commented on f7693d6 Sep 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on f7693d6 Sep 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging ville-h/rust/rtld_rename = f7693d6 into auto

@bors
Copy link
Contributor

@bors bors commented on f7693d6 Sep 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ville-h/rust/rtld_rename = f7693d6 merged ok, testing candidate = 72841b1

@bors
Copy link
Contributor

@bors bors commented on f7693d6 Sep 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on f7693d6 Sep 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 72841b1

Please sign in to comment.