mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
missing os declaration
This commit is contained in:
parent
bb4abfdc78
commit
fe8c1cf804
@ -2,8 +2,7 @@ const std = @import("std.zig");
|
||||
const builtin = @import("builtin");
|
||||
const assert = std.debug.assert;
|
||||
const time = std.time;
|
||||
const linux = std.os.linux;
|
||||
const windows = std.os.windows;
|
||||
const os = std.os;
|
||||
|
||||
pub const SpinLock = struct {
|
||||
lock: u8, // TODO use a bool or enum
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user