aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-07-19 10:39:43 +0100
committerRon Yorston <rmy@pobox.com>2020-07-19 10:39:43 +0100
commit0bc672a9be9caf0482bf1f2b1e528b6b20b8eaaf (patch)
treec1fe09d26077e1210aae3343a7b40dc14ad30032 /TODO
parent01a256149453c0dc108a7063ac48f8498c4663da (diff)
downloadbusybox-w32-0bc672a9be9caf0482bf1f2b1e528b6b20b8eaaf.tar.gz
busybox-w32-0bc672a9be9caf0482bf1f2b1e528b6b20b8eaaf.tar.bz2
busybox-w32-0bc672a9be9caf0482bf1f2b1e528b6b20b8eaaf.zip
ts: correct output in 64-bit build
ts failed to output the correct time when built for 64-bit Windows. In 64-bit builds time_t is a 64-bit quantity whereas the tv_sec member of struct timeval is 32-bit. https://sourceforge.net/p/mingw-w64/bugs/783/ Use a temporary time_t value in 64-bit builds.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions