diff options
Diffstat (limited to 'elf/tst-tls8.c')
-rw-r--r-- | elf/tst-tls8.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/elf/tst-tls8.c b/elf/tst-tls8.c index 4bf3e3ffb5..c779572617 100644 --- a/elf/tst-tls8.c +++ b/elf/tst-tls8.c @@ -5,7 +5,6 @@ #include <link.h> -#define TEST_FUNCTION do_test () static int do_test (void) { @@ -165,5 +164,4 @@ do_test (void) return result; } - -#include "../test-skeleton.c" +#include <support/test-driver.c> |