glibc/time
Adhemerval Zanella 641a124845 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.
2020-10-27 16:20:45 -03:00
..
bits/types time: Add 64-bit time_t support for ftime 2020-10-27 09:54:50 -03:00
sys time: Add 64-bit time_t support for ftime 2020-10-27 09:54:50 -03:00
adjtime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
alt_digit.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
asctime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
bug-asctime_r.c
bug-asctime.c
bug-getdate1.c support: Introduce new subdirectory for test infrastructure 2016-12-09 08:18:27 +01:00
bug-mktime1.c
bug-mktime4.c mktime: new test for mktime failure 2018-11-15 22:59:33 +01:00
clock_getcpuclockid.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
clock_getres.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
clock_gettime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
clock_nanosleep.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
clock_settime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
clock.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
clocktest.c Add missing header files throughout the testsuite. 2017-02-16 17:33:18 -05:00
ctime_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ctime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
datemsk
Depend
difftime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
dysize.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
era.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ftime.c Hurd: Fix ftime build 2020-10-27 16:20:45 -03:00
getdate.c Remove internal usage of extensible stat functions 2020-09-11 14:35:32 -03:00
getitimer.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
gettimeofday.c alpha: Fix static gettimeofday symbol 2020-02-13 08:27:27 -03:00
gmtime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
lc-time-cleanup.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
localtime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Makefile time: Add 64-bit time_t support for ftime 2020-10-27 09:54:50 -03:00
mktime-internal.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
mktime.c Sync mktime.c from Gnulib 2020-08-04 23:15:31 -07:00
offtime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
setitimer.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
settimeofday.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
settimezone.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
stime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
strftime_l.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
strftime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
strptime_l.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
strptime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test_time.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
time.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
time.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
timegm.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
timespec_get.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst_wcsftime.c Don't use the argument to time. 2019-08-21 08:26:36 -04:00
tst-clock2.c Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
tst-clock_nanosleep.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-clock.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-cpuclock1.c Remove timing related checks of time/tst-cpuclock1 2020-10-26 10:51:28 +01:00
tst-ftime_l.c
tst-ftime.c Reinstate ftime and add deprecate message on ftime usage 2020-10-27 09:54:13 -03:00
tst-getdate.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-mktime2.c time/tst-mktime2: Improve test error reporting 2018-10-23 11:25:05 +02:00
tst-mktime3.c
tst-mktime.c
tst-posixtz.c Add missing header files throughout the testsuite. 2017-02-16 17:33:18 -05:00
tst-strftime2.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-strftime3.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-strftime.c
tst-strptime2.c Split DIAG_* macros to new header libc-diag.h. 2017-02-25 09:59:46 -05:00
tst-strptime3.c
tst-strptime-whitespace.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-strptime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-tzname.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-y2039.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tzfile.c Remove internal usage of extensible stat functions 2020-09-11 14:35:32 -03:00
tzset.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Versions y2038: Export __clock_gettime64 to be usable in other libraries 2020-05-05 18:45:13 +02:00
wcsftime_l.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
wcsftime.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00