| author | |
| committer | |
| log | 103467fa6c38c6bbfc6d2d9f3da28a551f6a9d17 |
| tree | 2d77cd8dfd8bb6c2a08d6292ce897ca3675d3c06 |
| parent | 85053a6a36ac1d76ab226943ddecb849e21ef4c6 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Io/Threaded.zig+1-1| ... | ... | @@ -3,7 +3,7 @@ const Threaded = @This(); |
| 3 | 3 | const builtin = @import("builtin"); |
| 4 | 4 | const native_os = builtin.os.tag; |
| 5 | 5 | const is_windows = native_os == .windows; |
| 6 | const is_musl = builtin.link_libc and builtin.abi.isMusl(); | |
| 6 | const is_musl = native_os == .linux and builtin.link_libc and builtin.abi.isMusl(); | |
| 7 | 7 | const windows = std.os.windows; |
| 8 | 8 | const ws2_32 = std.os.windows.ws2_32; |
| 9 | 9 | const is_debug = builtin.mode == .Debug; |