| author | |
| committer | |
| log | 2eda0ef8f075aa24fecdd792a523f260d9177ea8 |
| tree | 7369eb423a4ef0e57f4fc7f34a4df28a4396e95a |
| parent | 88b68e6815077a71b10e7cbd801f1962fbce1405 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/emscripten.zig+1-1| ... | ... | @@ -211,7 +211,7 @@ pub const W = struct { |
| 211 | 211 | pub fn TERMSIG(s: u32) SIG { |
| 212 | 212 | return @enumFromInt(s & 0x7f); |
| 213 | 213 | } |
| 214 | pub fn STOPSIG(s: u32) u32 { | |
| 214 | pub fn STOPSIG(s: u32) SIG { | |
| 215 | 215 | return @enumFromInt(EXITSTATUS(s)); |
| 216 | 216 | } |
| 217 | 217 | pub fn IFEXITED(s: u32) bool { |