zig/lib/std/os/bits/linux
Matthew Knight 0fa3cfdb4a
Bpf: move under os/linux instead of bits (#6126)
* moved bpf syscall, added some bpf instructions and tests

* had to move bpf out of bits so that a freestanding target could import it

* removed line

* fixed imports
2020-08-22 15:08:01 -04:00
..
arm-eabi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
arm64.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
errno-generic.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
errno-mips.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
i386.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
mips.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
netlink.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
riscv64.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
x86_64.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00