]> git.ipfire.org Git - thirdparty/glibc.git/commit
Simplify definition of __time64_t.
authorZack Weinberg <zackw@panix.com>
Sat, 9 Mar 2019 21:01:38 +0000 (16:01 -0500)
committerZack Weinberg <zackw@panix.com>
Wed, 8 Jan 2020 17:56:31 +0000 (12:56 -0500)
commit9bdd08229bbba415fe9c8e8bb65016adee392412
tree40b23a160f286198a7c08a087350af8f247582ea
parent454939fdd0da872d25870daf4146889f0c3a9d45
Simplify definition of __time64_t.

bits/time64.h always sets __TIME64_T_TYPE to be __time_t when
__TIMESIZE == 64, so we can unconditionally use __TIME64_T_TYPE to
define __time64_t; we don’t need another conditional in bits/types.h.

Also move the definition of __time64_t next to the definition of
__time_t.

* posix/bits/types.h (__time64_t): Unconditionally define
        as __TIME64_T_TYPE.  Move definition next to __time_t.
posix/bits/types.h