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 13:52:08 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-12-30 08:07:05 -0800
commit6490d945378090db82be2759ff66719a980d9c1c (patch)
tree46a77e36f0556e5cead6ff5e17de5572648eb147 /ChangeLog
parente401d5ca5d10c82f4e35bd9be7098b620ba04746 (diff)
downloadglibc-6490d945378090db82be2759ff66719a980d9c1c.tar.gz
glibc-6490d945378090db82be2759ff66719a980d9c1c.tar.xz
glibc-6490d945378090db82be2759ff66719a980d9c1c.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 075ecbc90d..67a13b0a59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
 	* libio/tst-ftell-active-handler.c (do_append_test): Likewise.
 	* nptl/tst-mutex5.c: Include <stdint.h>.
 	(do_test): Replace %ld with %jd and cast to intmax_t.
+	* posix/tst-regex.c (run_test): Likewise.
+	(run_test_backwards): Likewise.
 
 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
 	    H.J. Lu  <hongjiu.lu@intel.com>