diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-12-19 14:05:35 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-12-30 08:10:19 -0800 |
commit | 126f6c7288b7262fd84a2026a33f36f0cc495871 (patch) | |
tree | 05a78521f6681ad7a41e1672bdc7531406c3b04f /ChangeLog | |
parent | fe342f50136919f1945d9a03964ee614c97d8659 (diff) | |
download | glibc-126f6c7288b7262fd84a2026a33f36f0cc495871.tar.gz glibc-126f6c7288b7262fd84a2026a33f36f0cc495871.tar.xz glibc-126f6c7288b7262fd84a2026a33f36f0cc495871.zip |
Replace %ld with %jd and cast to intmax_t
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a228b9e623..ce76c8d819 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,7 @@ * sysdeps/pthread/tst-timer.c (main): Likewise. * time/clocktest.c (main): Likewise. * time/tst-posixtz.c (do_test): Likewise. + * timezone/tst-timezone.c (main): Likewise. 2014-12-30 Andrew Senkevich <andrew.senkevich@intel.com> H.J. Lu <hongjiu.lu@intel.com> |