mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
Move over to building all of userspace with i686-pc-serenity-g++.
This commit is contained in:
parent
b0d1969ca5
commit
d7753c7c8d
13 changed files with 56 additions and 69 deletions
|
@ -17,7 +17,7 @@ typedef signed_dword ssize_t;
|
|||
static_assert(sizeof(size_t) == sizeof(dword));
|
||||
static_assert(sizeof(ssize_t) == sizeof(signed_dword));
|
||||
|
||||
typedef signed_dword ptrdiff_t;
|
||||
typedef __PTRDIFF_TYPE__ ptrdiff_t;
|
||||
|
||||
typedef byte uint8_t;
|
||||
typedef word uint16_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue