| ... | @@ -1373,9 +1373,6 @@ pub const libc = struct { | ... | @@ -1373,9 +1373,6 @@ pub const libc = struct { |
| 1373 | /// https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/getuid.html | 1373 | /// https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/getuid.html |
| 1374 | pub extern fn getuid() uid_t; | 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 | |