mirror of
https://github.com/ziglang/zig.git
synced 2026-02-17 06:49:23 +00:00
Fix os.rusage when linking with c library on Linux
Fixes ziglang#10543 on Linux.
This commit is contained in:
parent
bc90a2a083
commit
bb9399cc5d
@ -85,6 +85,7 @@ pub const pollfd = linux.pollfd;
|
||||
pub const rlim_t = linux.rlim_t;
|
||||
pub const rlimit = linux.rlimit;
|
||||
pub const rlimit_resource = linux.rlimit_resource;
|
||||
pub const rusage = linux.rusage;
|
||||
pub const siginfo_t = linux.siginfo_t;
|
||||
pub const sigset_t = linux.sigset_t;
|
||||
pub const sockaddr = linux.sockaddr;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user