diff options
| author | N00byEdge <hannesbredberg@gmail.com> | 2021-07-30 19:27:41 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-08-02 11:05:05 +0000 |
| commit | 871f6343f4d36c5c048f3307e2a38d184e248826 (patch) | |
| tree | 26ee969fa8a7238461f0a7a2caeb399f9388bc85 /lib/std/os/linux/mips.zig | |
| parent | 934df5bd448e7e27f2142d0d9ceec534f391c7f5 (diff) | |
| download | zig-871f6343f4d36c5c048f3307e2a38d184e248826.tar.gz zig-871f6343f4d36c5c048f3307e2a38d184e248826.zip | |
Move iovec and log levels to bits/posix.zig
This lets only the OSes that uses them to import them, and removes
dependencies on bits.zig for the os/<os>/<arch>.zig files
Diffstat (limited to 'lib/std/os/linux/mips.zig')
| -rw-r--r-- | lib/std/os/linux/mips.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/os/linux/mips.zig b/lib/std/os/linux/mips.zig index 2ac029cae8..85157f04f8 100644 --- a/lib/std/os/linux/mips.zig +++ b/lib/std/os/linux/mips.zig @@ -3,7 +3,6 @@ // This file is part of [zig](https://ziglang.org/), which is MIT licensed. // The MIT license requires this copyright notice to be included in all copies // and substantial portions of the software. -usingnamespace @import("../bits.zig"); usingnamespace @import("../bits/linux.zig"); pub fn syscall0(number: SYS) usize { |
