]> git.ipfire.org Git - thirdparty/glibc.git/commit
Hurd: Fix ftime build
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 27 Oct 2020 18:21:50 +0000 (15:21 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 27 Oct 2020 19:20:45 +0000 (16:20 -0300)
commit641a12484562b3a740b940620ac2c47a626c9861
tree62b09884d3084b83458b231052996505133ac4ae
parentb94cc191e0e7cb9894e32683f4f9cc32766b94e2
Hurd: Fix ftime build

It does not provide __clock_gettime64, the ftime y2038 support is
moved to a Linux specific implementation.

Checked with a build for i686-linux-gnu and on x86_64-linux and
i686-linux-gnu.
sysdeps/unix/sysv/linux/ftime.c [new file with mode: 0644]
time/ftime.c