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