mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
Fix all current build warnings in LibC.
This commit is contained in:
parent
47b7eeda44
commit
e9cdb6bb9b
Notes:
sideshowbarker
2024-07-19 18:31:22 +09:00
Author: https://github.com/awesomekling
Commit: e9cdb6bb9b
9 changed files with 19 additions and 17 deletions
|
@ -88,7 +88,7 @@ struct SC_mmap_params {
|
|||
int32_t prot;
|
||||
int32_t flags;
|
||||
int32_t fd;
|
||||
uint32_t offset; // FIXME: 64-bit off_t?
|
||||
int32_t offset; // FIXME: 64-bit off_t?
|
||||
};
|
||||
|
||||
void initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue