| ... | ... | @@ -1181,11 +1181,11 @@ pub const SIG = struct { |
| 1181 | 1181 | pub const HOLD = @as(?Sigaction.handler_fn, @ptrFromInt(5)); |
| 1182 | 1182 | |
| 1183 | 1183 | /// block specified signal set |
| 1184 | | pub const _BLOCK = 1; |
| 1184 | pub const BLOCK = 1; |
| 1185 | 1185 | /// unblock specified signal set |
| 1186 | | pub const _UNBLOCK = 2; |
| 1186 | pub const UNBLOCK = 2; |
| 1187 | 1187 | /// set specified signal set |
| 1188 | | pub const _SETMASK = 3; |
| 1188 | pub const SETMASK = 3; |
| 1189 | 1189 | /// hangup |
| 1190 | 1190 | pub const HUP = 1; |
| 1191 | 1191 | /// interrupt |