aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits/linux/mips.zig
AgeCommit message (Collapse)Author
2020-12-31Year++Frank Denis
2020-11-05std: Split kernel&libc definitions of stat structLemonBoy
There's no guarantee for the kernel definition to be ABI compatible with the libc one (and vice versa). There's also no guarantee of ABI compatibility between musl/glibc. Fun, isn't it?
2020-10-30Add close_range, faccessat2 and process_madviseJoran Dirk Greef
2020-10-30Add more mips syscall numbersJoran Dirk Greef
As per: lib/libc/musl/arch/mips/bits/syscall.h.in ...and as promised: https://github.com/ziglang/zig/pull/6356#issuecomment-696023349 Thanks @daurnimator again for the help with #6356.
2020-09-21Add io_uring syscalls to os.bits.linux.mips.SYSJoran Dirk Greef
As per lib/libc/musl/arch/mips/bits/syscall.h.in: ```c ```
2020-08-20add license header to all std lib filesAndrew Kelley
add SPDX license identifier copyright ownership is zig contributors
2020-04-24Add mips support to standard libraryTimon Kruiper