Files
ladybird/Userland/Libraries/LibC/fcntl.cpp
Andreas Kling 361897192c LibC: Negate kernel errors before returning them in posix_fallocate()
Since posix_fallocate() doesn't set errno, it has to make sure to
manually "unwrap" any error from the kernel.
2022-11-29 11:09:19 +01:00

4.7 KiB