mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +00:00
Switch over to building everything with i686-elf-g++.
This commit is contained in:
parent
afa6f88039
commit
75b100673f
17 changed files with 58 additions and 75 deletions
|
@ -17,7 +17,7 @@ typedef uint32_t uid_t;
|
|||
typedef uint32_t gid_t;
|
||||
typedef int16_t pid_t;
|
||||
|
||||
typedef uint32_t size_t;
|
||||
typedef __SIZE_TYPE__ size_t;
|
||||
typedef int32_t ssize_t;
|
||||
|
||||
typedef uint32_t ino_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue