about summary refs log tree commit diff
path: root/time/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2023-01-26 14:25:05 +0100
committerAndreas Schwab <schwab@suse.de>2023-02-07 10:15:09 +0100
commit41349f6f67c83e7bafe49f985b56493d2c4c9c77 (patch)
tree62c09b78569f58fb155cefcd204b38e200edf443 /time/Makefile
parentec6d2b83f254606fc2e646595782a70b301a2524 (diff)
downloadglibc-41349f6f67c83e7bafe49f985b56493d2c4c9c77.tar.gz
glibc-41349f6f67c83e7bafe49f985b56493d2c4c9c77.tar.xz
glibc-41349f6f67c83e7bafe49f985b56493d2c4c9c77.zip
Use 64-bit time_t interfaces in strftime and strptime (bug 30053)
Both functions use time_t only internally, so the ABI is not affected.
Diffstat (limited to 'time/Makefile')
-rw-r--r--time/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile
index d86f2105c5..92bc3db315 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -50,7 +50,7 @@ tests	:= test_time clocktest tst-posixtz tst-strptime tst_wcsftime \
 	   tst-clock tst-clock2 tst-clock_nanosleep tst-cpuclock1 \
 	   tst-adjtime tst-ctime tst-difftime tst-mktime4 tst-clock_settime \
 	   tst-settimeofday tst-itimer tst-gmtime tst-timegm \
-	   tst-timespec_get tst-timespec_getres
+	   tst-timespec_get tst-timespec_getres tst-strftime4
 
 tests-time64 := \
   tst-adjtime-time64 \
@@ -65,6 +65,7 @@ tests-time64 := \
   tst-itimer-time64 \
   tst-mktime4-time64 \
   tst-settimeofday-time64 \
+  tst-strftime4-time64 \
   tst-timegm-time64 \
   tst-timespec_get-time64 \
   tst-timespec_getres-time64 \