these are used as hidden by asm files (and such use is the whole
reason they exist), but their actual definitions were not hidden.
#define AUX_CNT 38
-extern size_t __hwcap, __sysinfo;
-extern char *__progname, *__progname_full;
-
#ifndef SHARED
static
#endif
struct __locale_struct global_locale;
};
-extern size_t __hwcap;
-
#ifndef PAGE_SIZE
#define PAGE_SIZE libc.page_size
#endif
extern struct __libc __libc ATTR_LIBC_VISIBILITY;
#define libc __libc
+extern size_t __hwcap ATTR_LIBC_VISIBILITY;
+extern size_t __sysinfo ATTR_LIBC_VISIBILITY;
+extern char *__progname, *__progname_full;
/* Designed to avoid any overhead in non-threaded processes */
void __lock(volatile int *) ATTR_LIBC_VISIBILITY;