mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +00:00
std.posix: fix compilation on wasm32-freestanding
This commit is contained in:
parent
894cb5a1fc
commit
71c86e1d28
@ -52,6 +52,8 @@ else switch (native_os) {
|
|||||||
pub const fd_t = void;
|
pub const fd_t = void;
|
||||||
pub const uid_t = void;
|
pub const uid_t = void;
|
||||||
pub const gid_t = void;
|
pub const gid_t = void;
|
||||||
|
pub const mode_t = void;
|
||||||
|
pub const ino_t = void;
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user