about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-12-19 14:01:40 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-12-30 08:08:29 -0800
commitad86fbc3d5e4bab709d162f40e5d1a19ab8f3f6b (patch)
treef7151cd44ec4a9f34c5215970670dc07c4af08ee /ChangeLog
parent5d619de4610fa00d0b633e1916c49e59824440ff (diff)
downloadglibc-ad86fbc3d5e4bab709d162f40e5d1a19ab8f3f6b.tar.gz
glibc-ad86fbc3d5e4bab709d162f40e5d1a19ab8f3f6b.tar.xz
glibc-ad86fbc3d5e4bab709d162f40e5d1a19ab8f3f6b.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 7def2b67a1..b3d16afc5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,8 @@
 	* rt/tst-timer4.c: Include <stdint.h>.
 	(check_ts): Replace %ld with %jd and cast to intmax_t.
 	(do_test): Likewise.
+	* stdio-common/tst-fmemopen2.c (do_test): 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>