diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/internal/libc.c | 12 | 
1 files changed, 0 insertions, 12 deletions
diff --git a/src/internal/libc.c b/src/internal/libc.c index 942f6b44..2e10942d 100644 --- a/src/internal/libc.c +++ b/src/internal/libc.c @@ -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;  | 
