glibc/time
H.J. Lu 07e3eb1774 Use empty initializer to silence GCC 4.9 or older
Use empty initializer to silence GCC 4.9 or older:

getaddrinfo.c: In function ‘gaih_inet’:
getaddrinfo.c:1135:24: error: missing braces around initializer [-Werror=missing-braces]
       / sizeof (struct gaih_typeproto)] = {0};
                        ^

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
2024-12-16 04:06:30 +08:00
..
bits/types Always define __USE_TIME_BITS64 when 64 bit time_t is used 2024-04-02 15:28:36 -03:00
sys Always define __USE_TIME_BITS64 when 64 bit time_t is used 2024-04-02 15:28:36 -03:00
Depend
Makefile Link tst-clock_gettime with $(librt) 2024-10-31 17:43:52 +00:00
Versions Add C2X timespec_getres 2021-05-17 20:55:21 +00:00
adjtime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
alt_digit.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
asctime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
bug-asctime.c
bug-asctime_r.c
bug-getdate1.c
bug-mktime1.c
bug-mktime4.c mktime: new test for mktime failure 2018-11-15 22:59:33 +01:00
clock.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
clock_getcpuclockid.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
clock_getres.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
clock_gettime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
clock_nanosleep.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
clock_settime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
clocktest.c
ctime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ctime_r.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
difftime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
dysize.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
era.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ftime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
getdate.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
getitimer.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
gettimeofday.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
gmtime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
lc-time-cleanup.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
localtime.c Modernize and fix doc’s “Date and Time” (BZ 31876) 2024-06-15 08:53:50 -07:00
mktime-internal.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
mktime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
offtime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
setitimer.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
settimeofday.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
settimezone.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
stime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strftime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strftime_l.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strptime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strptime_l.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
test_time.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
time.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
time.h difftime can throw exceptions 2024-06-04 09:04:04 -07:00
timegm.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
timespec_get.c time: Allow later version licensing. 2024-05-01 09:03:26 -04:00
timespec_getres.c time: Allow later version licensing. 2024-05-01 09:03:26 -04:00
tst-adjtime-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-adjtime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-clock-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-clock.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-clock2-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-clock2.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-clock_gettime-time64.c Add tests of time, gettimeofday, clock_gettime 2024-10-30 16:48:38 +00:00
tst-clock_gettime.c Add tests of time, gettimeofday, clock_gettime 2024-10-30 16:48:38 +00:00
tst-clock_nanosleep-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-clock_nanosleep.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-clock_settime-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-clock_settime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-cpuclock1-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-cpuclock1.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-ctime-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-ctime.c Return EXIT_UNSUPPORTED if __builtin_add_overflow unavailable 2024-12-15 05:24:19 +08:00
tst-difftime-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-difftime.c tst-difftime.c: Use "main (void)" 2024-12-15 15:05:27 +08:00
tst-ftime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-ftime_l.c
tst-getdate.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-gettimeofday-time64.c Add tests of time, gettimeofday, clock_gettime 2024-10-30 16:48:38 +00:00
tst-gettimeofday.c Add tests of time, gettimeofday, clock_gettime 2024-10-30 16:48:38 +00:00
tst-gmtime-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-gmtime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-itimer-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-itimer.c Use empty initializer to silence GCC 4.9 or older 2024-12-16 04:06:30 +08:00
tst-mktime.c
tst-mktime2.c time/tst-mktime2: Improve test error reporting 2018-10-23 11:25:05 +02:00
tst-mktime3.c
tst-mktime4-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-mktime4.c Return EXIT_UNSUPPORTED if __builtin_add_overflow unavailable 2024-12-15 05:24:19 +08:00
tst-posixtz.c
tst-settimeofday-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-settimeofday.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-strftime.c Use '%z' instead of '%Z' on printf functions 2022-09-22 08:48:04 -03:00
tst-strftime2.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-strftime3.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-strftime4-time64.c Use 64-bit time_t interfaces in strftime and strptime (bug 30053) 2023-02-07 10:15:09 +01:00
tst-strftime4.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-strptime-whitespace.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-strptime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-strptime2.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
tst-strptime3.c
tst-time-time64.c Add tests of time, gettimeofday, clock_gettime 2024-10-30 16:48:38 +00:00
tst-time.c Add tests of time, gettimeofday, clock_gettime 2024-10-30 16:48:38 +00:00
tst-timegm-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-timegm.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-timespec_get-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-timespec_get.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-timespec_getres-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-timespec_getres.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-tzfile-fault.c time: Avoid memcmp overread in tzset (bug 31931) 2024-06-27 08:25:32 +02:00
tst-tzname.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-y2039-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-y2039.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst_wcsftime.c Don't use the argument to time. 2019-08-21 08:26:36 -04:00
tzfile.c time: Avoid memcmp overread in tzset (bug 31931) 2024-06-27 08:25:32 +02:00
tzset.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsftime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsftime_l.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00