diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-02-06 20:21:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-06 20:21:13 -0500 |
| commit | 8a5d3e2eaf72195993e4932bfda66d08a36c6064 (patch) | |
| tree | 6a09c68ee70d00e97feeae55b213203fbaddc295 /std/debug/index.zig | |
| parent | 3abf293a84b4dc052c0d735018db520eade6274b (diff) | |
| parent | 89ffb5819703c81514e4f29d2cadb5b74ea1f840 (diff) | |
| download | zig-8a5d3e2eaf72195993e4932bfda66d08a36c6064.tar.gz zig-8a5d3e2eaf72195993e4932bfda66d08a36c6064.zip | |
Merge pull request #1924 from ziglang/tls
Implement Thread Local Variables
Diffstat (limited to 'std/debug/index.zig')
| -rw-r--r-- | std/debug/index.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/std/debug/index.zig b/std/debug/index.zig index 838bd0c166..b4ef849509 100644 --- a/std/debug/index.zig +++ b/std/debug/index.zig @@ -37,7 +37,6 @@ const Module = struct { var stderr_file: os.File = undefined; var stderr_file_out_stream: os.File.OutStream = undefined; -/// TODO multithreaded awareness var stderr_stream: ?*io.OutStream(os.File.WriteError) = null; var stderr_mutex = std.Mutex.init(); pub fn warn(comptime fmt: []const u8, args: ...) void { |
