mirror of
https://github.com/ziglang/zig.git
synced 2024-11-22 12:20:16 +00:00
a31fe8aa3e
Here's the glibc v2.36 announcment noting the addition of arc4random, arc4random_buf and arc4random_uniform: https://sourceware.org/git/?p=glibc.git;a=blob;f=NEWS;h=8420a65cd06874ee09518366b8fba746a557212a;hb=6f4e0fcfa2d2b0915816a3a3a1d48b4763a7dee2 Tested with the testcase from the bug. I get a compile-time error when building against older glibc (instead of a linker error), and no errors (as before) when compiling against v2.36 or later. And the glibc_compat regression tests pass. Fix #20426 |
||
---|---|---|
.. | ||
darwin | ||
glibc | ||
include | ||
mingw | ||
musl | ||
wasi |