prepare struct sched_param for change in time_t definition
authorRich Felker <dalias@aerifal.cx>
Sat, 10 Aug 2019 02:20:55 +0000 (22:20 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 28 Oct 2019 23:26:52 +0000 (19:26 -0400)
commit2d69fcf5ef271c1f5fec45ee9337ec7280a5dae7
tree59a0c43b50bb270b7130f8ede82f5a77afa47ae4
parent1febd21d3fb7b78f6fc13e48b3ff2a396a607a15
prepare struct sched_param for change in time_t definition

the time_t members in struct sched_param are just reserved space to
preserve size and alignment. when time_t changes to 64-bit on 32-bit
archs, this structure should not change.

make definition conditional on _REDIR_TIME64 to match the size of the
old time_t, which can be assumed to be long if _REDIR_TIME64 is
defined.
include/sched.h