Files
semi-libc/src/linux
Rich Felker 928674dcd0 clock_adjtime: generalize time64 not to assume old struct layout match
commit 2b4fd6f75b added time64 for this
function, but did so with a hidden assumption that the new time64
version of struct timex will be layout-compatible with the old one.
however, there is little benefit to doing it that way, and the cost is
permanent special-casing of 32-bit archs with 64-bit time_t in the
public interface definitions.

instead, do a full translation of the structure going in and out. this
commit is actually a revision to an earlier uncommited version of the
code.
2019-10-20 01:43:22 -04:00
..
2018-09-12 14:34:37 -04:00
2019-06-14 17:13:05 -04:00
2012-06-13 11:04:31 -04:00
2011-04-13 14:55:26 -04:00
2018-02-22 19:34:58 -05:00
2012-11-18 19:31:58 -05:00
2012-11-18 19:31:58 -05:00
2018-06-20 21:35:45 -04:00
2011-04-05 12:32:10 -04:00
2017-07-04 17:53:58 -04:00
2012-09-08 00:40:37 -04:00
2018-09-12 14:34:37 -04:00
2018-09-12 14:34:37 -04:00
2012-07-23 16:50:56 -04:00
2018-09-12 14:34:37 -04:00
2012-09-08 01:03:01 -04:00
2012-06-19 15:32:13 -04:00
2012-07-23 16:50:56 -04:00
2012-08-15 08:31:44 -04:00