mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:17:34 +00:00
LibC+Kernel: Switch off_t to 64 bits
This commit is contained in:
parent
b05b4d4b24
commit
7a079f7780
7 changed files with 23 additions and 13 deletions
|
@ -55,7 +55,7 @@ typedef int id_t;
|
|||
typedef __WINT_TYPE__ wint_t;
|
||||
|
||||
typedef uint32_t ino_t;
|
||||
typedef ssize_t off_t;
|
||||
typedef int64_t off_t;
|
||||
|
||||
typedef uint32_t dev_t;
|
||||
typedef uint16_t mode_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue