1
0
Fork 0
forked from len0rd/rockbox

sbtools: elf library can now load global symbols

Change-Id: I4d9f38ce31e65542d6ab192158bff52b6fad8f09
This commit is contained in:
Amaury Pouly 2013-08-04 15:04:06 +02:00
parent e4c9eaa7e8
commit f72617c002
3 changed files with 171 additions and 35 deletions

View file

@ -19,8 +19,6 @@
*
****************************************************************************/
#define _ISOC99_SOURCE
#define _POSIX_C_SOURCE 200809L /* for strdup */
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>