9
0
Fork 0
barebox/lib/logo
Sascha Hauer 947fb5adf8 string: Fix (v)asprintf prototypes
Our asprintf and vasprintf have different prototypes than the glibc
functions. This causes trouble when we want to share barebox code
with userspace code. Change the prototypes for (v)asprintf to match
the glibc prototypes. Since the current (v)asprintf are convenient
to use change the existing functions to b(v)asprintf.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-04-15 12:21:45 +02:00
..
.gitignore Add new barebox logo to the tree 2015-07-20 07:28:30 +02:00
Kconfig logo: Kconfig: make BAREBOX_LOGO_* depend on BAREBOX_LOGO 2015-09-14 08:29:20 +02:00
Makefile logo: Makefile: remove debug output 2015-10-15 09:08:55 +02:00
logo.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00