mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
Kernel+LibC: Let's say that off_t is a ssize_t
This commit is contained in:
parent
45450c7edc
commit
1afbd8936a
Notes:
sideshowbarker
2024-07-19 06:13:04 +09:00
Author: https://github.com/awesomekling
Commit: 1afbd8936a
2 changed files with 2 additions and 2 deletions
|
@ -320,7 +320,7 @@ struct sigaction {
|
|||
|
||||
#define OFF_T_MAX 2147483647
|
||||
|
||||
typedef i32 off_t;
|
||||
typedef ssize_t off_t;
|
||||
typedef i64 time_t;
|
||||
|
||||
struct utimbuf {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue