summaryrefslogtreecommitdiff
path: root/elf/tst-tlsmod3.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-14 10:34:55 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-14 10:34:55 +0000
commitebda6173fc0fa6b91fa30f1ea83ddb89baec66b9 (patch)
tree73a802e1784ddd85c340d37f506dd1d186759e33 /elf/tst-tlsmod3.c
parent425838aa4b78c3fa9d43d75d85ebdc15f96f52d7 (diff)
Update.
* elf/Makefile: Add rules to build and run tst-tls8. * elf/tst-tls8.c: New file. * elf/tst-tlsmod4.c: New file.
Diffstat (limited to 'elf/tst-tlsmod3.c')
-rw-r--r--elf/tst-tlsmod3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/tst-tlsmod3.c b/elf/tst-tlsmod3.c
index ff4a4460b9..087c11b7a0 100644
--- a/elf/tst-tlsmod3.c
+++ b/elf/tst-tlsmod3.c
@@ -1,9 +1,10 @@
#include <stdio.h>
#include <tls.h>
-#include "tls-macros.h"
#ifdef USE_TLS
+# include "tls-macros.h"
+
extern int in_dso (int n, int *caller_foop);
COMMON_INT_DEF(comm_n);