diff --git a/mod.zig b/mod.zig index ce13e212077427827ce75ea8688000bb2d7fa008..5685fe81d3044ba743014cd2ad7978ecbee7cb5c 100644 --- a/mod.zig +++ b/mod.zig @@ -1373,9 +1373,6 @@ pub const libc = struct { /// https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/getuid.html pub extern fn getuid() uid_t; - /// wint_t getwchar(void); - /// https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/getwchar.html - pub extern fn getwchar() wint_t;