diff options
Diffstat (limited to 'elf/nextmod2.c')
-rw-r--r-- | elf/nextmod2.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elf/nextmod2.c b/elf/nextmod2.c index 790e0ce9fe..b2c435f341 100644 --- a/elf/nextmod2.c +++ b/elf/nextmod2.c @@ -1,4 +1,8 @@ /* Very elaborated function. */ + +extern int successful_rtld_next_test (void); + + int successful_rtld_next_test (void) { |