about summary refs log tree commit diff
path: root/src/thread/sh/__unmapself.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/sh/__unmapself.c')
-rw-r--r--src/thread/sh/__unmapself.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread/sh/__unmapself.c b/src/thread/sh/__unmapself.c
index d4fb8be5..719392a6 100644
--- a/src/thread/sh/__unmapself.c
+++ b/src/thread/sh/__unmapself.c
@@ -12,7 +12,7 @@ void __unmapself_sh_nommu(void *, size_t);
 	: : "r"(pc), "r"(sp) : "r0", "memory" )
 #include "../__unmapself.c"
 #undef __unmapself
-extern __attribute__((__visibility__("hidden"))) unsigned __sh_nommu;
+extern hidden unsigned __sh_nommu;
 #else
 #define __sh_nommu 0
 #endif