Skip to content

Commit a367a12

Browse files
committed
std: use /scheme/rand on Redox
1 parent 59436fc commit a367a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: std/src/sys/pal/unix/rand.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cfg_if::cfg_if! {
4949
}
5050

5151
const PATH: &'static str = if cfg!(target_os = "redox") {
52-
"rand:"
52+
"/scheme/rand"
5353
} else {
5454
"/dev/urandom"
5555
};

0 commit comments

Comments
 (0)