On Thu, Oct 9, 2025 at 3:18 AM Michael Chang <[email protected]> wrote: > > Add support for the 'z' length modifier in the printf code. This allows > printing of size_t and ssize_t values using %zu, %zd and related > formats. The parser maps 'z' to the correct integer width based on > sizeof (size_t). > > Signed-off-by: Michael Chang <[email protected]> > --- > grub-core/kern/misc.c | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) >
Looks good. Reviewed-by: Neal Gompa <[email protected]> -- 真実はいつも一つ!/ Always, there's only one truth! _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
