* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
[glibc/pb-stable.git] / elf / circlemod1.c
blob933ccd3c0280377f1bdae588876736195425b64d
1 extern int circlemod2 (void);
3 int
4 circlemod1 (void)
6 return circlemod2 ();