diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-12-19 13:52:08 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-12-30 08:07:05 -0800 |
commit | 6490d945378090db82be2759ff66719a980d9c1c (patch) | |
tree | 46a77e36f0556e5cead6ff5e17de5572648eb147 /ChangeLog | |
parent | e401d5ca5d10c82f4e35bd9be7098b620ba04746 (diff) | |
download | glibc-6490d945378090db82be2759ff66719a980d9c1c.zip glibc-6490d945378090db82be2759ff66719a980d9c1c.tar.gz glibc-6490d945378090db82be2759ff66719a980d9c1c.tar.bz2 |
Replace %ld with %jd and cast to intmax_t
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |