glibc/elf/circlemod2.c

10 lines
144 B
C

extern void circlemod2_undefined (void);
extern void circlemod3 (void);
void
circlemod2 (void)
{
circlemod2_undefined ();
circlemod3 ();
}