We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d23db94 + 267523e commit 406e56aCopy full SHA for 406e56a
lib/std/c/darwin.zig
@@ -10,7 +10,7 @@ const mode_t = std.c.mode_t;
10
const off_t = std.c.off_t;
11
const pid_t = std.c.pid_t;
12
const pthread_attr_t = std.c.pthread_attr_t;
13
-const sigset_t = std.c.segset_t;
+const sigset_t = std.c.sigset_t;
14
const timespec = std.c.timespec;
15
const sf_hdtr = std.c.sf_hdtr;
16
0 commit comments