authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-12-17 18:02:41 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-12-17 18:02:41 -08:00
log8b430df52d95956e12163ff976af7fda6712a341
tree23752b6bd13a8c579a73e1a105d7a193c02cce48
parent2fbe1777eed44c23517cabce819866e792477af2

git ok?


1 files changed, 0 insertions(+), 3 deletions(-)

mod.zig-3
......@@ -1373,9 +1373,6 @@ pub const libc = struct {
13731373 /// https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/getuid.html
13741374 pub extern fn getuid() uid_t;
13751375
1376 /// wint_t getwchar(void);
1377 /// https://pubs.opengroup.org/onlinepubs/9699919799.orig/functions/getwchar.html
1378 pub extern fn getwchar() wint_t;
13791376
13801377
13811378