blob: 5f12e29588cf1cccba4f8e967c7fe7927b14e3c3 [file] [log] [blame]
#include "libc.h"
#ifdef USE_LIBC_ACCESSOR
struct __libc *__libc_loc()
{
static struct __libc __libc;
return &__libc;
}
#else
struct __libc __libc;
#endif