diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-04-05 14:09:38 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-04-05 14:09:38 -0700 |
commit | 12fb180108f461c3c6884a512f59c9a4c5dbfb88 (patch) | |
tree | c095844728905581bca6eba10a4d5966a60785c6 /elf/tst-dlopen-aout.c | |
parent | 36fe25fd0ecdb0e73ef4878a5796a6ab4a4d04af (diff) | |
download | glibc-12fb180108f461c3c6884a512f59c9a4c5dbfb88.tar.gz glibc-12fb180108f461c3c6884a512f59c9a4c5dbfb88.tar.xz glibc-12fb180108f461c3c6884a512f59c9a4c5dbfb88.zip |
Define TEST_FUNCTION_ARGV in elf/tst-dlopen-aout.c
* elf/tst-dlopen-aout.c (TEST_FUNCTION): Removed. (TEST_FUNCTION_ARGV): New.
Diffstat (limited to 'elf/tst-dlopen-aout.c')
-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> |