mirror of
https://github.com/ziglang/zig.git
synced 2025-12-08 23:33:07 +00:00
For renameat, unlinkat, mkdirat, symlinkat and linkat the error code differs between kernel 5.4 which returns EBADF and kernel 5.10 which returns EINVAL. Fixes #10466