mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:37: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
|
@ -424,9 +424,7 @@ struct sigaction {
|
|||
#define CLD_STOPPED 4
|
||||
#define CLD_CONTINUED 5
|
||||
|
||||
#define OFF_T_MAX 2147483647
|
||||
|
||||
typedef ssize_t off_t;
|
||||
typedef i64 off_t;
|
||||
typedef i64 time_t;
|
||||
|
||||
struct utimbuf {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue