mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:08:10 +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
|
@ -7,7 +7,7 @@ __BEGIN_DECLS
|
|||
|
||||
typedef unsigned int u_int;
|
||||
typedef unsigned long u_long;
|
||||
typedef int ptrdiff_t;
|
||||
typedef __PTRDIFF_TYPE__ ptrdiff_t;
|
||||
typedef unsigned long int __uintmax_t;
|
||||
typedef __uintmax_t uintmax_t;
|
||||
typedef long int __intmax_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue