Skip to content

Commit 7819021

Browse files
committed
---
yaml --- r: 165601 b: refs/heads/master c: 4c3a8f1 h: refs/heads/master i: 165599: 4687a20 v: v3
1 parent d88c791 commit 7819021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 25c1bfe175fbdeb3ba67d9365a554602937c25a7
2+
refs/heads/master: 4c3a8f17cc4bb4b68a910e028b50463d73429add
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 658529467d9d69ac9e09cacf98a6d61d781c2c76
55
refs/heads/try: aee614fc4973262a5a68efc643026e2b1458d65b

trunk/src/libstd/sys/unix/os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ pub fn load_self() -> Option<Vec<u8>> {
199199
}
200200

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

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

0 commit comments

Comments
 (0)