| ... | ... | @@ -1912,9 +1912,10 @@ pub const LC = enum(c_int) { |
| 1912 | 1912 | TELEPHONE = 10, |
| 1913 | 1913 | MEASUREMENT = 11, |
| 1914 | 1914 | IDENTIFICATION = 12, |
| 1915 | _, |
| 1915 | 1916 | }; |
| 1916 | 1917 | |
| 1917 | | pub extern "c" fn setlocale(category: LC, locale: ?[*:0]const u8) [*:0]const u8; |
| 1918 | pub extern "c" fn setlocale(category: LC, locale: ?[*:0]const u8) ?[*:0]const u8; |
| 1918 | 1919 | |
| 1919 | 1920 | pub const getcontext = if (builtin.target.isAndroid()) |
| 1920 | 1921 | @compileError("android bionic libc does not implement getcontext") |