mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
std.posix: fix compilation on wasm32-freestanding
This commit is contained in:
parent
894cb5a1fc
commit
71c86e1d28
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue