| author | |
| committer | |
| log | 38a8fd5d8533902191bfcc21efa623f473a65c94 |
| tree | 6828561673ab131eacfb1bd510d8916e032f6b23 |
| parent | 3592868435b5d23a022544bb76446b3b4829e270 |
| signature |
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 { |
| 7474 | 7474 | } |
| 7475 | 7475 | } |
| 7476 | 7476 | |
| 7477 | const lfs64_abi = native_os == .linux and builtin.link_libc and builtin.abi.isGnu(); | |
| 7477 | const lfs64_abi = native_os == .linux and builtin.link_libc and (builtin.abi.isGnu() or builtin.abi.isAndroid()); | |
| 7478 | 7478 | |
| 7479 | 7479 | /// Whether or not `error.Unexpected` will print its value and a stack trace. |
| 7480 | 7480 | /// |