ladybird/Userland
Daniel Bertalan 23adb7449f LibC: Fix stdint.h macros on x86_64
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.
2021-11-28 09:38:57 -08:00
..
Applets Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
Applications LibGUI: Move GUI::SettingsWindow setup out of the constructor 2021-11-28 08:54:22 +01:00
Demos Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
DevTools Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
Libraries LibC: Fix stdint.h macros on x86_64 2021-11-28 09:38:57 -08:00
Services Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
Shell AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Utilities Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00