glibc/elf/nextmod2.c

7 lines
87 B
C

/* Very elaborated function. */
int
successful_rtld_next_test (void)
{
return 42;
}