| ... | ... | @@ -10298,7 +10298,7 @@ pub extern "c" fn setrlimit64(resource: rlimit_resource, rlim: *const rlimit) c_ |
| 10298 | 10298 | |
| 10299 | 10299 | pub const arc4random_buf = switch (native_os) { |
| 10300 | 10300 | .linux => if (builtin.abi.isAndroid()) private.arc4random_buf else {}, |
| 10301 | | .dragonfly, .netbsd, .freebsd, .solaris, .openbsd, .serenity, .macos, .ios, .tvos, .watchos, .visionos => private.arc4random_buf, |
| 10301 | .dragonfly, .netbsd, .freebsd, .solaris, .illumos, .openbsd, .serenity, .macos, .ios, .tvos, .watchos, .visionos => private.arc4random_buf, |
| 10302 | 10302 | else => {}, |
| 10303 | 10303 | }; |
| 10304 | 10304 | pub const getentropy = switch (native_os) { |