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