diff options
Diffstat (limited to 'lib/std/c.zig')
| -rw-r--r-- | lib/std/c.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/c.zig b/lib/std/c.zig index a366c0ca63..e7b62f6728 100644 --- a/lib/std/c.zig +++ b/lib/std/c.zig @@ -5998,7 +5998,7 @@ pub const IFNAMESIZE = switch (native_os) { pub const stack_t = switch (native_os) { .linux => linux.stack_t, .emscripten => emscripten.stack_t, - .freebsd => extern struct { + .freebsd, .openbsd => extern struct { /// Signal stack base. sp: *anyopaque, /// Signal stack length. |
