]> git.ipfire.org Git - thirdparty/man-pages.git/commit - man3/offsetof.3
fmemopen.3, getaddrinfo.3, mq_notify.3, offsetof.3, aio.7: Print size_t/ssize_t value...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 19 Mar 2014 14:09:14 +0000 (15:09 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 19 Mar 2014 14:09:14 +0000 (15:09 +0100)
commit8c5fcd21e51dfe49d0e066a37dd845f418e69d89
tree626886e7897c91aad4ea2c2b79e979bf6bfc73bb
parentc9c572814e4c9b3d8bc1ca0d992beb328b585370
fmemopen.3, getaddrinfo.3, mq_notify.3, offsetof.3, aio.7: Print size_t/ssize_t values using %z printf() modifier

There are fewer and fewer systems these days that don't
support the %z specifier mandated in C99.  So replace the
use of %ld/%lu + (long) cast with %zd/%zu.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/fmemopen.3
man3/getaddrinfo.3
man3/mq_notify.3
man3/offsetof.3
man7/aio.7