| ... | @@ -10827,8 +10827,8 @@ pub const LC = enum(c_int) { | ... | @@ -10827,8 +10827,8 @@ pub const LC = enum(c_int) { |
| 10827 | | 10827 | |
| 10828 | pub extern "c" fn setlocale(category: LC, locale: ?[*:0]const u8) ?[*:0]const u8; | 10828 | pub extern "c" fn setlocale(category: LC, locale: ?[*:0]const u8) ?[*:0]const u8; |
| 10829 | | 10829 | |
| 10830 | pub const getcontext = if (builtin.target.abi.isAndroid() or builtin.target.os.tag == .openbsd) | 10830 | pub const getcontext = if (builtin.target.abi.isAndroid() or builtin.target.os.tag == .openbsd or builtin.target.os.tag == .haiku) |
| 10831 | {} // android bionic and openbsd libc does not implement getcontext | 10831 | {} // libc does not implement getcontext |
| 10832 | else if (native_os == .linux and builtin.target.abi.isMusl()) | 10832 | else if (native_os == .linux and builtin.target.abi.isMusl()) |
| 10833 | linux.getcontext | 10833 | linux.getcontext |
| 10834 | else | 10834 | else |