commit | 65a8e3c1c9e99bc952440fb7194a30dba6ed65a4 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Sep 07 11:25:18 2016 +0300 |
committer | Andrew Boie <andrew.p.boie@intel.com> | Wed Sep 07 15:10:57 2016 +0000 |
tree | b31e23581be7c186c80e444680cbc3ad2a7a66c3 | |
parent | 92de81c36d2451d9e8f18fd383b052a52d5de709 [diff] |
libc: printf: Add support for 'z' length specifier The 'z' length specifier is the appropriate one to be used with size_t (%zu) and ssize_t (%zd) types. Having support for this in our libc means that we can utilize the compiler format string checks (__printf_like) without getting warnings of incorrect format specifiers for size_t and ssize_t variables. Change-Id: I73fec0145692e0a59934cab548caf24c1c16a3df Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>