mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
![]() x86_64 is an LP64 platform, so its `uint64_t` type is defined to be `unsigned long`, not `unsigned long long` like on i686. This means that the `UL` literal suffix should be used instead of `ULL`. Furthermore, `uintptr_t` is 64 bits wide on x86_64, so defining `UINTPTR_MAX` to be `UINT32_MAX` is also not correct. |
||
---|---|---|
.. | ||
FILE.h | ||
posix1_lim.h | ||
pthread_forward.h | ||
pthread_integration.h | ||
search.h | ||
sighow.h | ||
stdint.h |