]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/nodel2mod2.c
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
[thirdparty/glibc.git] / elf / nodel2mod2.c
1 void
2 __attribute__((constructor))
3 xxx (void)
4 {
5 extern void baz (void);
6 baz ();
7 }