]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/nextmod2.c
Fix testing with nss-crypt.
[thirdparty/glibc.git] / elf / nextmod2.c
1 /* Very elaborated function. */
2
3 extern int successful_rtld_next_test (void);
4
5
6 int
7 successful_rtld_next_test (void)
8 {
9 return 42;
10 }