mirror of git://sourceware.org/git/glibc.git
The recent change to use __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64 to avoid
doing 64-bit checks on some platforms broke the test for hurd where
__KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64 is not defined. With error:
tst-itimer.c: In function 'do_test':
tst-itimer.c:103:11: error: '__KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64' undeclared (first use in this function)
103 | if (__KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tst-itimer.c:103:11: note: each undeclared identifier is reported only once for each function it appears in
Define a support helper to detect when setitimer and getitimer support
64-bit time_t.
Fixes commit
|
||
|---|---|---|
| .. | ||
| bits/types | ||
| sys | ||
| Depend | ||
| Makefile | ||
| Versions | ||
| adjtime.c | ||
| alt_digit.c | ||
| asctime.c | ||
| bug-asctime.c | ||
| bug-asctime_r.c | ||
| bug-getdate1.c | ||
| bug-mktime1.c | ||
| bug-mktime4.c | ||
| clock.c | ||
| clock_getcpuclockid.c | ||
| clock_getres.c | ||
| clock_gettime.c | ||
| clock_nanosleep.c | ||
| clock_settime.c | ||
| clocktest.c | ||
| ctime.c | ||
| ctime_r.c | ||
| datemsk | ||
| difftime.c | ||
| dysize.c | ||
| era.c | ||
| ftime.c | ||
| getdate.c | ||
| getitimer.c | ||
| gettimeofday.c | ||
| gmtime.c | ||
| lc-time-cleanup.c | ||
| localtime.c | ||
| mktime-internal.h | ||
| mktime.c | ||
| offtime.c | ||
| setitimer.c | ||
| settimeofday.c | ||
| settimezone.c | ||
| stime.c | ||
| strftime.c | ||
| strftime_l.c | ||
| strptime.c | ||
| strptime_l.c | ||
| test_time.c | ||
| time.c | ||
| time.h | ||
| timegm.c | ||
| timespec_get.c | ||
| timespec_getres.c | ||
| tst-adjtime-time64.c | ||
| tst-adjtime.c | ||
| tst-clock-time64.c | ||
| tst-clock.c | ||
| tst-clock2-time64.c | ||
| tst-clock2.c | ||
| tst-clock_nanosleep-time64.c | ||
| tst-clock_nanosleep.c | ||
| tst-clock_settime-time64.c | ||
| tst-clock_settime.c | ||
| tst-cpuclock1-time64.c | ||
| tst-cpuclock1.c | ||
| tst-ctime-time64.c | ||
| tst-ctime.c | ||
| tst-difftime-time64.c | ||
| tst-difftime.c | ||
| tst-ftime.c | ||
| tst-ftime_l.c | ||
| tst-getdate.c | ||
| tst-gmtime-time64.c | ||
| tst-gmtime.c | ||
| tst-itimer-time64.c | ||
| tst-itimer.c | ||
| tst-mktime.c | ||
| tst-mktime2.c | ||
| tst-mktime3.c | ||
| tst-mktime4-time64.c | ||
| tst-mktime4.c | ||
| tst-posixtz.c | ||
| tst-settimeofday-time64.c | ||
| tst-settimeofday.c | ||
| tst-strftime.c | ||
| tst-strftime2.c | ||
| tst-strftime3.c | ||
| tst-strptime-whitespace.c | ||
| tst-strptime.c | ||
| tst-strptime2.c | ||
| tst-strptime3.c | ||
| tst-timegm-time64.c | ||
| tst-timegm.c | ||
| tst-timespec_get-time64.c | ||
| tst-timespec_get.c | ||
| tst-timespec_getres-time64.c | ||
| tst-timespec_getres.c | ||
| tst-tzname.c | ||
| tst-y2039-time64.c | ||
| tst-y2039.c | ||
| tst_wcsftime.c | ||
| tzfile.c | ||
| tzset.c | ||
| wcsftime.c | ||
| wcsftime_l.c | ||