aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-12-19 13:48:40 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-12-30 08:04:43 -0800
commit8d2b2763fc11da99e0e6b1ea7c0e3d556380e169 (patch)
treece07ef1f2834fd3ad9431adc7150040787871f31 /ChangeLog
parent8b4416d83c79ba77b0669203741c712880a09ae4 (diff)
downloadglibc-8d2b2763fc11da99e0e6b1ea7c0e3d556380e169.tar
glibc-8d2b2763fc11da99e0e6b1ea7c0e3d556380e169.tar.gz
glibc-8d2b2763fc11da99e0e6b1ea7c0e3d556380e169.tar.bz2
glibc-8d2b2763fc11da99e0e6b1ea7c0e3d556380e169.zip
Replace %ld with %jd and cast to intmax_t
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31252196f9..b97223225f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-12-30 H.J. Lu <hongjiu.lu@intel.com>
+
+ [BZ #17732]
+ * io/test-utime.c (main): Replace %ld with %jd and cast to
+ intmax_t.
+
2014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
H.J. Lu <hongjiu.lu@intel.com>