Merge pull request #23339 from Iced-Sun/master
std.posix: update LFS64 interfaces for android bionic C
This commit is contained in:
@@ -482,7 +482,7 @@ pub const Os = struct {
|
||||
|
||||
break :blk default_min;
|
||||
},
|
||||
.android = 14,
|
||||
.android = 24,
|
||||
},
|
||||
},
|
||||
.rtems => .{
|
||||
|
||||
@@ -7489,7 +7489,7 @@ pub fn ioctl_SIOCGIFINDEX(fd: fd_t, ifr: *ifreq) IoCtl_SIOCGIFINDEX_Error!void {
|
||||
}
|
||||
}
|
||||
|
||||
const lfs64_abi = native_os == .linux and builtin.link_libc and builtin.abi.isGnu();
|
||||
const lfs64_abi = native_os == .linux and builtin.link_libc and (builtin.abi.isGnu() or builtin.abi.isAndroid());
|
||||
|
||||
/// Whether or not `error.Unexpected` will print its value and a stack trace.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user