mirror of
https://github.com/fluencelabs/musl
synced 2025-06-26 13:12:03 +00:00
remove additional libc struct accessor cruft
commit f9cccfc16e
left behind the part
in libc.c; remove it too.
This commit is contained in:
@ -1,18 +1,6 @@
|
||||
#include "libc.h"
|
||||
|
||||
#ifdef USE_LIBC_ACCESSOR
|
||||
struct __libc *__libc_loc()
|
||||
{
|
||||
static struct __libc __libc;
|
||||
return &__libc;
|
||||
}
|
||||
#else
|
||||
struct __libc __libc;
|
||||
#endif
|
||||
|
||||
#ifdef BROKEN_VISIBILITY
|
||||
__asm__(".hidden __libc");
|
||||
#endif
|
||||
|
||||
size_t __hwcap;
|
||||
size_t __sysinfo;
|
||||
|
Reference in New Issue
Block a user