Skip to content

Commit 99c0d76

Browse files
committed
std: use /scheme/rand on Redox
1 parent 207ee73 commit 99c0d76

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/pal/unix

1 file changed

+1
-1
lines changed

library/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)