std.posix: fix compilation on wasm32-freestanding

This commit is contained in:
Andrew Kelley 2025-10-19 22:36:14 -07:00
parent 894cb5a1fc
commit 71c86e1d28

View file

@ -52,6 +52,8 @@ else switch (native_os) {
pub const fd_t = void;
pub const uid_t = void;
pub const gid_t = void;
pub const mode_t = void;
pub const ino_t = void;
},
};