Skip to content

Commit

Permalink
load_self() needs to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
mneumann committed Dec 19, 2014
1 parent 25c1bfe commit 4c3a8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/unix/os.rs
Expand Up @@ -199,7 +199,7 @@ pub fn load_self() -> Option<Vec<u8>> {
}

#[cfg(target_os = "dragonfly")]
fn load_self() -> Option<Vec<u8>> {
pub fn load_self() -> Option<Vec<u8>> {
use std::io;

match io::fs::readlink(&Path::new("/proc/curproc/file")) {
Expand Down

22 comments on commit 4c3a8f1

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 23, 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 4c3a8f1 Dec 23, 2014

Choose a reason for hiding this comment

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

merging mneumann/rust/dragonfly-fixes3 = 4c3a8f1 into auto

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 23, 2014

Choose a reason for hiding this comment

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

status: {"merge_sha": "763384bc8b14480ec2e16286940c3bd8c14e108a"}

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 23, 2014

Choose a reason for hiding this comment

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

mneumann/rust/dragonfly-fixes3 = 4c3a8f1 merged ok, testing candidate = 763384bc

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 24, 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 4c3a8f1 Dec 24, 2014

Choose a reason for hiding this comment

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

merging mneumann/rust/dragonfly-fixes3 = 4c3a8f1 into auto

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 24, 2014

Choose a reason for hiding this comment

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

status: {"merge_sha": "d82f0b6356e886a29bd4975f456968efcdf8c854"}

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 24, 2014

Choose a reason for hiding this comment

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

mneumann/rust/dragonfly-fixes3 = 4c3a8f1 merged ok, testing candidate = d82f0b63

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 24, 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 4c3a8f1 Dec 25, 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 4c3a8f1 Dec 25, 2014

Choose a reason for hiding this comment

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

merging mneumann/rust/dragonfly-fixes3 = 4c3a8f1 into auto

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 25, 2014

Choose a reason for hiding this comment

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

status: {"merge_sha": "ef323255aff557a78dfd1d88d28bb6a9263bc8cd"}

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 25, 2014

Choose a reason for hiding this comment

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

mneumann/rust/dragonfly-fixes3 = 4c3a8f1 merged ok, testing candidate = ef323255

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 25, 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 4c3a8f1 Dec 25, 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 4c3a8f1 Dec 25, 2014

Choose a reason for hiding this comment

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

merging mneumann/rust/dragonfly-fixes3 = 4c3a8f1 into auto

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 25, 2014

Choose a reason for hiding this comment

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

status: {"merge_sha": "ead198c5133fd649d1e385cfc46f344a2baaef8b"}

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 25, 2014

Choose a reason for hiding this comment

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

mneumann/rust/dragonfly-fixes3 = 4c3a8f1 merged ok, testing candidate = ead198c

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 25, 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 = ead198c

@bors
Copy link
Contributor

@bors bors commented on 4c3a8f1 Dec 25, 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 = ead198c

Please sign in to comment.