| author | |
| committer | |
| log | 8b430df52d95956e12163ff976af7fda6712a341 |
| tree | 23752b6bd13a8c579a73e1a105d7a193c02cce48 |
| parent | 2fbe1777eed44c23517cabce819866e792477af2 |
1 files changed, 0 insertions(+), 3 deletions(-)
mod.zig-3| ... | ... | @@ -1373,9 +1373,6 @@ pub const libc = struct { |
| 1373 | 1373 | /// https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/getuid.html |
| 1374 | 1374 | pub extern fn getuid() uid_t; |
| 1375 | 1375 | |
| 1376 | /// wint_t getwchar(void); | |
| 1377 | /// https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/getwchar.html | |
| 1378 | pub extern fn getwchar() wint_t; | |
| 1379 | 1376 | |
| 1380 | 1377 | |
| 1381 | 1378 |