]> git.baikalelectronics.ru Git - uboot.git/commit
lib: export vsscanf
authorSamuel Dionne-Riel <samuel@dionne-riel.com>
Mon, 20 Dec 2021 23:19:16 +0000 (18:19 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jan 2022 18:16:11 +0000 (13:16 -0500)
commit81b4c26e91269f51c7fb16c31df1c43a63bd9473
tree90a3e35476fceca80f57ccd11a0eab1ac73028f9
parent5d625e0b1bf74aefa831c6f096db13c4f161bf5a
lib: export vsscanf

The function was missing from exports, even though it loooks like the
intent of the implementation in sscanf.c was to have it exported.

Signed-off-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/vsprintf.h