1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:57:35 +00:00

Fix all current build warnings in LibC.

This commit is contained in:
Andreas Kling 2018-11-09 10:09:46 +01:00
parent 47b7eeda44
commit e9cdb6bb9b
9 changed files with 19 additions and 17 deletions

View file

@ -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();