mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-09 10:04:41 +00:00
There are a bunch of tests that check for time_t handling 64-bit values properly. This makes sense, but also obviously doesn't work when time_t is 32-bit, and causes compile-time errors. Compile these tests out in that case. Since there's no straightforward way to check sizeof(time_t) inside the proprocessor, only do this when glibc's __TIMESIZE is defined.
36 KiB
36 KiB