Files
ladybird/Userland/Libraries/LibC
Daniel Bertalan 725584881a LibC: Set (U)LONG_WIDTH correctly for 64-bit
All supported targets use an LP64 ABI, where both `long` and `long long`
are 64 bits wide. We set `LONG_WIDTH` to 32, which caused an error when
compiling gnulib's `vasnprintf` routine.

We might consider using built-in macros to avoid such issues in the
future.
2023-09-03 09:18:22 +02:00
..
2023-08-29 11:04:48 +02:00
2023-06-07 13:44:44 +02:00
2023-09-03 06:21:40 +02:00
2023-09-03 06:21:40 +02:00
2023-08-28 00:40:35 +02:00
2023-08-28 00:40:35 +02:00
2023-09-03 06:21:40 +02:00
2023-09-03 06:21:40 +02:00