summaryrefslogtreecommitdiff
path: root/test/tls/tls-macros.h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-10-15 22:49:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-10-15 22:49:55 +0200
commitc64d6ac77f0e745c70e76024212c72e4bbe2091a (patch)
tree5214baa00454e0cad95af31c94b9ef12c4bb4c98 /test/tls/tls-macros.h
parent0ee9b3bd8d7c6206136e45136060778bc0c55efb (diff)
add c-sky tls macros from glibc
Diffstat (limited to 'test/tls/tls-macros.h')
-rw-r--r--test/tls/tls-macros.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tls/tls-macros.h b/test/tls/tls-macros.h
index 0c4a079..4a4e916 100644
--- a/test/tls/tls-macros.h
+++ b/test/tls/tls-macros.h
@@ -36,6 +36,10 @@
#endif
#endif
+#ifdef __csky__
+#include <tls-macros-csky.h>
+#endif
+
#ifdef __i386__
#include <tls-macros-i386.h>
#endif