Define __USE_TIME_BITS64 when it is necessary.
commita1e7b2cf7000ed7e1e7486f3ba4cc75a3c348dd2
authorDmitry Chestnykh <dm.chestnykh@gmail.com>
Tue, 30 Apr 2024 09:12:05 +0000 (30 12:12 +0300)
committerWaldemar Brodkorb <wbx@openadk.org>
Tue, 30 Apr 2024 10:03:55 +0000 (30 12:03 +0200)
tree101f9ca3ca0a97a3d6b1fab40db6d88577b3cba1
parent66c855560d4b79547861de48f04dff90387f918e
Define __USE_TIME_BITS64 when it is necessary.

Glibc and musl both defines this macro.
Glibc defines it for 64-bit time_t on 32-bit arch
and for 64-bit architectures.

Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
include/features.h