Files
ladybird/Kernel/FileSystem/Ext2FileSystem.cpp
Andreas Kling 7291370478 Kernel: Make File::truncate() take a u64
No point in taking a signed type here. We validate at the syscall layer
and then pass around a u64 from then on.
2020-02-08 12:07:04 +01:00

55 KiB