We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88c791 commit 7819021Copy full SHA for 7819021
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 25c1bfe175fbdeb3ba67d9365a554602937c25a7
+refs/heads/master: 4c3a8f17cc4bb4b68a910e028b50463d73429add
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 658529467d9d69ac9e09cacf98a6d61d781c2c76
5
refs/heads/try: aee614fc4973262a5a68efc643026e2b1458d65b
trunk/src/libstd/sys/unix/os.rs
@@ -199,7 +199,7 @@ pub fn load_self() -> Option<Vec<u8>> {
199
}
200
201
#[cfg(target_os = "dragonfly")]
202
-fn load_self() -> Option<Vec<u8>> {
+pub fn load_self() -> Option<Vec<u8>> {
203
use std::io;
204
205
match io::fs::readlink(&Path::new("/proc/curproc/file")) {
0 commit comments