We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36dd052 + a4a06b3 commit aac0327Copy full SHA for aac0327
library/std/src/sys/random/arc4random.rs
@@ -12,7 +12,6 @@
12
#[cfg(not(any(
13
target_os = "haiku",
14
target_os = "illumos",
15
- target_os = "rtems",
16
target_os = "solaris",
17
target_os = "vita",
18
)))]
@@ -22,7 +21,6 @@ use libc::arc4random_buf;
22
21
#[cfg(any(
23
target_os = "haiku", // See https://git.haiku-os.org/haiku/tree/headers/compatibility/bsd/stdlib.h
24
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
target_os = "solaris", // See https://docs.oracle.com/cd/E88353_01/html/E37843/arc4random-3c.html
27
target_os = "vita", // See https://github.com/vitasdk/newlib/blob/b89e5bc183b516945f9ee07eef483ecb916e45ff/newlib/libc/include/stdlib.h#L74
28
))]
0 commit comments