diff options
Diffstat (limited to 'elf/nextmod2.c')
-rw-r--r-- | elf/nextmod2.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/elf/nextmod2.c b/elf/nextmod2.c new file mode 100644 index 0000000000..790e0ce9fe --- /dev/null +++ b/elf/nextmod2.c @@ -0,0 +1,6 @@ +/* Very elaborated function. */ +int +successful_rtld_next_test (void) +{ + return 42; +} |