diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/tst-dlopen-aout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-dlopen-aout.c b/elf/tst-dlopen-aout.c index 34a1cdbf50..cccc508966 100644 --- a/elf/tst-dlopen-aout.c +++ b/elf/tst-dlopen-aout.c @@ -63,5 +63,5 @@ do_test (int argc, char *argv[]) return 0; } -#define TEST_FUNCTION do_test (argc, argv) +#define TEST_FUNCTION_ARGV do_test #include <support/test-driver.c> |