Skip to content

Commit b4834a5

Browse files
authored
Fix redox<->cloudabi mixup in supported targets list (#182)
1 parent 6f11660 commit b4834a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
//! | Dragonfly BSD | `*‑dragonfly` | [`/dev/random`][8]
2424
//! | Solaris, illumos | `*‑solaris`, `*‑illumos` | [`getrandom()`][9] if available, otherwise [`/dev/random`][10]
2525
//! | Fuchsia OS | `*‑fuchsia` | [`cprng_draw`][11]
26-
//! | Redox | `*‑cloudabi` | [`rand:`][12]
27-
//! | CloudABI | `*‑redox` | [`cloudabi_sys_random_get`][13]
26+
//! | Redox | `*‑redox` | [`rand:`][12]
27+
//! | CloudABI | `*‑cloudabi` | [`cloudabi_sys_random_get`][13]
2828
//! | Haiku | `*‑haiku` | `/dev/random` (identical to `/dev/urandom`)
2929
//! | SGX | `x86_64‑*‑sgx` | [RDRAND][18]
3030
//! | VxWorks | `*‑wrs‑vxworks‑*` | `randABytes` after checking entropy pool initialization with `randSecure`

0 commit comments

Comments
 (0)