File tree 1 file changed +0
-2
lines changed
library/std/src/sys/random
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 12
12
#[ cfg( not( any(
13
13
target_os = "haiku" ,
14
14
target_os = "illumos" ,
15
- target_os = "rtems" ,
16
15
target_os = "solaris" ,
17
16
target_os = "vita" ,
18
17
) ) ) ]
@@ -22,7 +21,6 @@ use libc::arc4random_buf;
22
21
#[ cfg( any(
23
22
target_os = "haiku" , // See https://git.haiku-os.org/haiku/tree/headers/compatibility/bsd/stdlib.h
24
23
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
26
24
target_os = "solaris" , // See https://docs.oracle.com/cd/E88353_01/html/E37843/arc4random-3c.html
27
25
target_os = "vita" , // See https://github.com/vitasdk/newlib/blob/b89e5bc183b516945f9ee07eef483ecb916e45ff/newlib/libc/include/stdlib.h#L74
28
26
) ) ]
You can’t perform that action at this time.
0 commit comments