mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-13 20:24:04 -04:00
073762395e
* move global into function scope * clarify comments * avoid unnecessary usage of std.atomic API * switch on error instead of `catch unreachable` * call linux.gettid() instead of going through higher level API and doing unnecessary casting