mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
fix typo in segset_t
This commit is contained in:
parent
69ce7f0e08
commit
267523e136
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const mode_t = std.c.mode_t;
|
|||
const off_t = std.c.off_t;
|
||||
const pid_t = std.c.pid_t;
|
||||
const pthread_attr_t = std.c.pthread_attr_t;
|
||||
const sigset_t = std.c.segset_t;
|
||||
const sigset_t = std.c.sigset_t;
|
||||
const timespec = std.c.timespec;
|
||||
const sf_hdtr = std.c.sf_hdtr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue