diff options
author | Andreas Kling <kling@serenityos.org> | 2021-12-17 08:34:27 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-12-18 11:30:10 +0100 |
commit | 39d9337db5056c9d8c9eb17cbceb6cec0b627510 (patch) | |
tree | 72f638f4578fbe94af6ec1735ce82b25ade8a853 /Documentation | |
parent | 9c7659306a7d072f1c3b701533436c45644df693 (diff) | |
download | serenity-39d9337db5056c9d8c9eb17cbceb6cec0b627510.zip |
Kernel: Make sys${ftruncate,pread} take off_t as const pointer
These syscalls don't write back to the off_t value (unlike sys$lseek)
so let's take Userspace<off_t const*> instead of Userspace<off_t*>.
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions