| ... | @@ -10353,7 +10353,7 @@ pub extern "c" fn setrlimit64(resource: rlimit_resource, rlim: *const rlimit) c_ | ... | @@ -10353,7 +10353,7 @@ pub extern "c" fn setrlimit64(resource: rlimit_resource, rlim: *const rlimit) c_ |
| 10353 | | 10353 | |
| 10354 | pub const arc4random_buf = switch (native_os) { | 10354 | pub const arc4random_buf = switch (native_os) { |
| 10355 | .linux => if (builtin.abi.isAndroid()) private.arc4random_buf else {}, | 10355 | .linux => if (builtin.abi.isAndroid()) private.arc4random_buf else {}, |
| 10356 | .dragonfly, .netbsd, .freebsd, .solaris, .openbsd, .macos, .ios, .tvos, .watchos, .visionos => private.arc4random_buf, | 10356 | .dragonfly, .netbsd, .freebsd, .solaris, .openbsd, .serenity, .macos, .ios, .tvos, .watchos, .visionos => private.arc4random_buf, |
| 10357 | else => {}, | 10357 | else => {}, |
| 10358 | }; | 10358 | }; |
| 10359 | pub const getentropy = switch (native_os) { | 10359 | pub const getentropy = switch (native_os) { |