1extern int circlemod2 (void);
2
3int
4circlemod1 (void)
5{
6 return circlemod2 ();
7}
8

source code of glibc/elf/circlemod1.c