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