aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits/linux/arm-eabi.zig
AgeCommit message (Expand)Author
2020-08-20add license header to all std lib filesAndrew Kelley
2020-04-02Use `flock` instead of `fcntl` to lock filesLeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-31std: linux syscall numbers are now an extensible enumdaurnimator
2020-03-30std: update for linux 5.6 releasedaurnimator
2020-03-14Define Flock for all posix systemsLeRoyce Pearson
2019-11-30linux-i386 supportLemonBoy
2019-10-12Fix signedness for some fields in ARM stat definitionLemonBoy
2019-10-01Correct signal bits for MIPSLemonBoy
2019-09-25mv std/ lib/Andrew Kelley