| ... | @@ -5998,7 +5998,7 @@ pub const IFNAMESIZE = switch (native_os) { | ... | @@ -5998,7 +5998,7 @@ pub const IFNAMESIZE = switch (native_os) { |
| 5998 | pub const stack_t = switch (native_os) { | 5998 | pub const stack_t = switch (native_os) { |
| 5999 | .linux => linux.stack_t, | 5999 | .linux => linux.stack_t, |
| 6000 | .emscripten => emscripten.stack_t, | 6000 | .emscripten => emscripten.stack_t, |
| 6001 | .freebsd => extern struct { | 6001 | .freebsd, .openbsd => extern struct { |
| 6002 | /// Signal stack base. | 6002 | /// Signal stack base. |
| 6003 | sp: *anyopaque, | 6003 | sp: *anyopaque, |
| 6004 | /// Signal stack length. | 6004 | /// Signal stack length. |