blob: 71a5acb0e7d5ea8b1229e1e0bc25e31ea9717f46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
void _dl_mcount_wrapper (void *selfpc)
{
}
void _dl_mcount_wrapper_check (void *selfpc)
{
}
int _dl_osversion;
int __libc_multiple_libcs;
int __libc_enable_secure;
void __libc_check_standard_fds (void) { }
|