Re: [PATCH 00/20] y2038: libcobalt: Allow both, native + time64_t interfaces at the same time
Philippe Gerum <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
Philippe Gerum <[email protected]> writes: > some of them for POSIX too. I plan to use this change window for phasing > out time32 entirely in the same move, which would simplify the POSIX As in passing requiring glibc >= 2.34 for enabling -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64, or requiring musl >= 1.2.0 since time64 has been the default since then. The uClibc situation is still unclear to me ATM since I saw patches floating around months ago disabling time64 in order to pass the test suite, maybe this has improved, need to check again. Anyway, since we cannot do without time64 but we do have alternatives to uClibc, the choice would be pretty clear if we had to make one. -- Philippe.