diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2024-11-28 05:05:22 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2024-11-28 05:05:22 +0000 |
| commit | 45ed69e81318baa01d6b1a247e1dd7f26cbd9955 (patch) | |
| tree | 862978cc856aa8044f8d3f8837025b2575a48c14 /library/std/src/sys/random | |
| parent | 79b4f25c344bb6083af18d61dcfc0df68aec1ea9 (diff) | |
| parent | eddb717281a9031f645d88dd3b8323a7e25632cc (diff) | |
Merge from rustc
Diffstat (limited to 'library/std/src/sys/random')
| -rw-r--r-- | library/std/src/sys/random/arc4random.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/std/src/sys/random/arc4random.rs b/library/std/src/sys/random/arc4random.rs index ffabaafbee8..32467e9ebaa 100644 --- a/library/std/src/sys/random/arc4random.rs +++ b/library/std/src/sys/random/arc4random.rs @@ -12,7 +12,6 @@ #[cfg(not(any( target_os = "haiku", target_os = "illumos", - target_os = "rtems", target_os = "solaris", target_os = "vita", )))] @@ -22,7 +21,6 @@ use libc::arc4random_buf; #[cfg(any( target_os = "haiku", // See https://git.haiku-os.org/haiku/tree/headers/compatibility/bsd/stdlib.h target_os = "illumos", // See https://www.illumos.org/man/3C/arc4random - target_os = "rtems", // See https://docs.rtems.org/branches/master/bsp-howto/getentropy.html target_os = "solaris", // See https://docs.oracle.com/cd/E88353_01/html/E37843/arc4random-3c.html target_os = "vita", // See https://github.com/vitasdk/newlib/blob/b89e5bc183b516945f9ee07eef483ecb916e45ff/newlib/libc/include/stdlib.h#L74 ))] |
