Home
last modified time | relevance | path

Searched hist:de2de319 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Dvsprintf.hde2de319 Wed Sep 06 10:55:13 CDT 2017 Heinrich Schuchardt <xypron.glpk@gmx.de> vsprintf: vsprintf does not have parameter size

The inline documentation of vsprintf mentions a parameter size
which does not exist in the function declaration.

int vsprintf(char *buf, const char *fmt, va_list args);

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>