]> git.ipfire.org Git - thirdparty/glibc.git/commit
Use '%z' instead of '%Z' on printf functions
authorAdhemerval Zanella Netto <adhemerval.zanella@linaro.org>
Thu, 1 Sep 2022 13:02:30 +0000 (10:02 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 22 Sep 2022 11:48:04 +0000 (08:48 -0300)
commitde477abcaaabb1f9815cb63876637a47a95e7ac1
tree22bd98fe9a4aaa03257147db719e844fcdb42f7a
parent340097d0b50eff9d3058e06c6989ae398c653d4a
Use '%z' instead of '%Z' on printf functions

The Z modifier is a nonstandard synonymn for z (that predates z
itself) and compiler might issue an warning for in invalid
conversion specifier.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
29 files changed:
catgets/gencat.c
elf/dl-load.c
elf/dl-printf.c
elf/dl-tunables.c
elf/rtld.c
elf/sprof.c
elf/tst-dlmodcount.c
elf/tst-tls-dlinfo.c
gmon/tst-sprofil.c
iconv/iconv_charmap.c
libio/tst-ext.c
libio/tst-widetext.c
libio/tst_swprintf.c
libio/tst_swscanf.c
locale/programs/ld-collate.c
locale/programs/ld-ctype.c
localedata/bug-iconv-trans.c
localedata/tst-iconv-math-trans.c
math/test-tgmath-ret.c
nptl/tst-rwlock6.c
nptl/tst-rwlock7.c
posix/runptests.c
posix/wordexp-test.c
rt/tst-aio.c
rt/tst-aio64.c
string/tester.c
string/tst-strlen.c
time/tst-strftime.c
wcsmbs/wcsmbs-tst1.c