File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
library/std/src/sys/random Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1212#[ cfg( not( any(
1313 target_os = "haiku" ,
1414 target_os = "illumos" ,
15- target_os = "rtems" ,
1615 target_os = "solaris" ,
1716 target_os = "vita" ,
1817) ) ) ]
@@ -22,7 +21,6 @@ use libc::arc4random_buf;
2221#[ cfg( any(
2322 target_os = "haiku" , // See https://git.haiku-os.org/haiku/tree/headers/compatibility/bsd/stdlib.h
2423 target_os = "illumos" , // See https://www.illumos.org/man/3C/arc4random
25- target_os = "rtems" , // See https://docs.rtems.org/branches/master/bsp-howto/getentropy.html
2624 target_os = "solaris" , // See https://docs.oracle.com/cd/E88353_01/html/E37843/arc4random-3c.html
2725 target_os = "vita" , // See https://github.com/vitasdk/newlib/blob/b89e5bc183b516945f9ee07eef483ecb916e45ff/newlib/libc/include/stdlib.h#L74
2826) ) ]
You can’t perform that action at this time.
0 commit comments