mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
std.Thread: more typo fixes
This commit is contained in:
parent
009c95b8ec
commit
6a903fc4c0
@ -408,7 +408,7 @@ const PosixThreadImpl = struct {
|
||||
os.EPERM => unreachable,
|
||||
os.EINVAL => unreachable,
|
||||
else => |err| return os.unexpectedErrno(err),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
fn getHandle(self: Impl) ThreadHandle {
|
||||
@ -580,7 +580,7 @@ const LinuxThreadImpl = struct {
|
||||
os.EPERM => unreachable,
|
||||
os.EUSERS => unreachable,
|
||||
else => |err| return os.unexpectedErrno(err),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
fn getHandle(self: Impl) ThreadHandle {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user