]> Git Repo - J-u-boot.git/commit - cmd/part.c
include: Move snprintf to stdio.h
authorRaymond Mao <[email protected]>
Thu, 16 May 2024 21:11:52 +0000 (14:11 -0700)
committerTom Rini <[email protected]>
Wed, 22 May 2024 14:55:29 +0000 (08:55 -0600)
commitcb73fe9eeae0d71a74eef811b0ba34aaf5513dbe
treeefb46ac2604f9eccde6e9bc65e1d73dfd8d35854
parent0fe031dd722079cd076cc120d45e1711eb108fe3
include: Move snprintf to stdio.h

Move snprintf to stdio.h since it is needed by exteranl libraries.

Signed-off-by: Raymond Mao <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
14 files changed:
arch/arc/lib/cpu.c
board/Synology/common/legacy.c
board/ti/common/fdt_ops.c
cmd/part.c
common/button_cmd.c
drivers/cpu/mpc83xx_cpu.c
include/stdio.h
include/vsprintf.h
lib/display_options.c
lib/fwu_updates/fwu_mtd.c
lib/hexdump.c
lib/vsprintf.c
test/dm/scmi.c
test/print_ut.c
This page took 0.034656 seconds and 4 git commands to generate.