diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/tst-relsort1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-relsort1.c b/elf/tst-relsort1.c index 972100c..a87b138 100644 --- a/elf/tst-relsort1.c +++ b/elf/tst-relsort1.c @@ -3,7 +3,7 @@ static int -do_test () +do_test (void) { const char lib[] = "$ORIGIN/tst-relsort1mod1.so"; void *h = dlopen (lib, RTLD_NOW); |