| author | |
| committer | |
| log | 0118912e2d844d669ed67352064235854102fdee |
| tree | 6011d6679d6803fad917bc966c137cb8287a0cd1 |
| parent | d7e944a628c57e2c980b7c9b1aeb84a24930104c |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/posix.zig+1-1| ... | ... | @@ -7479,7 +7479,7 @@ pub fn ioctl_SIOCGIFINDEX(fd: fd_t, ifr: *ifreq) IoCtl_SIOCGIFINDEX_Error!void { |
| 7479 | 7479 | } |
| 7480 | 7480 | } |
| 7481 | 7481 | |
| 7482 | const lfs64_abi = native_os == .linux and builtin.link_libc and builtin.abi.isGnu(); | |
| 7482 | const lfs64_abi = native_os == .linux and builtin.link_libc and (builtin.abi.isGnu() or builtin.abi.isAndroid()); | |
| 7483 | 7483 | |
| 7484 | 7484 | /// Whether or not `error.Unexpected` will print its value and a stack trace. |
| 7485 | 7485 | /// |