| author | |
| committer | |
| log | cc6f42302a1cf768710d4888ce41004ef470d130 |
| tree | 1f71f03411dc6565d07ac4dafeace76b81116a45 |
| parent | 637504176bd3b9a2374fc9f7f2e759ead35ac9b5 |
| signature |
closes https://codeberg.org/ziglang/zig/issues/364321 files changed, 2 insertions(+), 2 deletions(-)
lib/std/os/linux.zig+2-2| ... | ... | @@ -2058,8 +2058,8 @@ pub const F = struct { |
| 2058 | 2058 | }, |
| 2059 | 2059 | }; |
| 2060 | 2060 | |
| 2061 | pub const SETSIG = if (is_hppa or native_arch == .alpha) 13 else 11; | |
| 2062 | pub const GETSIG = if (is_hppa or native_arch == .alpha) 14 else 12; | |
| 2061 | pub const SETSIG = if (is_hppa) 13 else 10; | |
| 2062 | pub const GETSIG = if (is_hppa) 14 else 11; | |
| 2063 | 2063 | |
| 2064 | 2064 | pub const SETOWN_EX = 15; |
| 2065 | 2065 | pub const GETOWN_EX = 16; |