aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-12-19 14:04:35 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-12-30 08:09:43 -0800
commitfe342f50136919f1945d9a03964ee614c97d8659 (patch)
treead85cb04084740b896e5ab476c6f1df5d7ac36f0 /ChangeLog
parent37f469007dd6420bdc0607d0cda63513c42305d9 (diff)
downloadglibc-fe342f50136919f1945d9a03964ee614c97d8659.tar
glibc-fe342f50136919f1945d9a03964ee614c97d8659.tar.gz
glibc-fe342f50136919f1945d9a03964ee614c97d8659.tar.bz2
glibc-fe342f50136919f1945d9a03964ee614c97d8659.zip
Replace %ld with %jd and cast to intmax_t
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0eaa39d5b6..a228b9e623 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,8 @@
* stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
and cast to intmax_t.
* sysdeps/pthread/tst-timer.c (main): Likewise.
+ * time/clocktest.c (main): Likewise.
+ * time/tst-posixtz.c (do_test): Likewise.
2014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
H.J. Lu <hongjiu.lu@intel.com>