mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibC+Kernel: Switch off_t to 64 bits
This commit is contained in:
parent
b05b4d4b24
commit
7a079f7780
Notes:
sideshowbarker
2024-07-18 21:15:56 +09:00
Author: https://github.com/boricj
Commit: 7a079f7780
Pull-request: https://github.com/SerenityOS/serenity/pull/5766
Reviewed-by: https://github.com/supercomputer7
7 changed files with 23 additions and 13 deletions
|
@ -244,7 +244,7 @@ struct SC_mmap_params {
|
|||
int32_t prot;
|
||||
int32_t flags;
|
||||
int32_t fd;
|
||||
ssize_t offset;
|
||||
int64_t offset;
|
||||
StringArgument name;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue