From a334319f6530564d22e775935d9c91663623a1b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Dec 2004 20:10:10 +0000 Subject: (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. --- elf/tst-tls13.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'elf/tst-tls13.c') diff --git a/elf/tst-tls13.c b/elf/tst-tls13.c index 06bfbacb5c..55fb62e540 100644 --- a/elf/tst-tls13.c +++ b/elf/tst-tls13.c @@ -2,17 +2,17 @@ #include #include #include -#include static int do_test (void) { - for (int i = 0; i < 1000;) + int i; + for (i = 0; i < 1000;) { printf ("round %d\n",++i); - void *h = dlopen ("$ORIGIN/tst-tlsmod13a.so", RTLD_LAZY); + void *h = dlopen ("tst-tlsmod13a.so", RTLD_LAZY); if (h == NULL) { printf ("cannot load: %s\n", dlerror ()); -- cgit 1.4.1