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:
parent
3ae0f32ac3
commit
163ca14e58
4 changed files with 25 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue