1
0
Fork 0
forked from len0rd/rockbox

Enable buflib and core_alloc for warble.

Most of the work comes from http://gerrit.rockbox.org/r/#/c/1088/
by Thomas Jarosch.

Change-Id: Iaa673dad2388d1e44fc95ffaa14bafadc6158101
This commit is contained in:
Frank Gevaerts 2015-01-19 21:20:34 +01:00
parent 3ae0f32ac3
commit 163ca14e58
4 changed files with 25 additions and 0 deletions

View file

@ -66,6 +66,10 @@ size_t strlcpy(char *dst, const char *src, size_t siz);
# define logf(...) do { } while (0)
# endif
# ifndef panicf
# define panicf(...) do { } while (0)
# endif
#endif
#ifndef ATTRIBUTE_PRINTF