]> git.ipfire.org Git - thirdparty/glibc.git/commit
Use 64-bit time_t interfaces in strftime and strptime (bug 30053)
authorAndreas Schwab <schwab@suse.de>
Thu, 26 Jan 2023 13:25:05 +0000 (14:25 +0100)
committerAndreas Schwab <schwab@suse.de>
Tue, 7 Feb 2023 09:15:09 +0000 (10:15 +0100)
commit41349f6f67c83e7bafe49f985b56493d2c4c9c77
tree62c09b78569f58fb155cefcd204b38e200edf443
parentec6d2b83f254606fc2e646595782a70b301a2524
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.
time/Makefile
time/strftime_l.c
time/strptime_l.c
time/tst-strftime4-time64.c [new file with mode: 0644]
time/tst-strftime4.c [new file with mode: 0644]