diff options
Diffstat (limited to 'elf/tst-tls7.c')
-rw-r--r-- | elf/tst-tls7.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/tst-tls7.c b/elf/tst-tls7.c index 23a16e4489..fa46709600 100644 --- a/elf/tst-tls7.c +++ b/elf/tst-tls7.c @@ -5,7 +5,6 @@ #include <link.h> -#define TEST_FUNCTION do_test () static int do_test (void) { @@ -53,4 +52,4 @@ do_test (void) } -#include "../test-skeleton.c" +#include <support/test-driver.c> |