authorgravatar for sunb@qmrz.net孙冰 <sunb@qmrz.net> 2025-03-26 20:00:05+08:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-03-26 23:52:16+01:00
log38a8fd5d8533902191bfcc21efa623f473a65c94
tree6828561673ab131eacfb1bd510d8916e032f6b23
parent3592868435b5d23a022544bb76446b3b4829e270
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.posix: update LFS64 interfaces for android bionic C


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/posix.zig+1-1
......@@ -7474,7 +7474,7 @@ pub fn ioctl_SIOCGIFINDEX(fd: fd_t, ifr: *ifreq) IoCtl_SIOCGIFINDEX_Error!void {
74747474 }
74757475}
74767476
7477const lfs64_abi = native_os == .linux and builtin.link_libc and builtin.abi.isGnu();
7477const lfs64_abi = native_os == .linux and builtin.link_libc and (builtin.abi.isGnu() or builtin.abi.isAndroid());
74787478
74797479/// Whether or not `error.Unexpected` will print its value and a stack trace.
74807480///