summaryrefslogtreecommitdiff
path: root/gcc/gthr-tpf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gthr-tpf.h')
-rw-r--r--gcc/gthr-tpf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-tpf.h b/gcc/gthr-tpf.h
index d54a6c80171..f797a49671f 100644
--- a/gcc/gthr-tpf.h
+++ b/gcc/gthr-tpf.h
@@ -70,7 +70,7 @@ typedef pthread_mutex_t __gthread_recursive_mutex_t;
#if SUPPORTS_WEAK && GTHREAD_USE_WEAK
# define __gthrw(name) \
- extern __typeof(name) __gthrw_ ## name __attribute__ ((__weakref__(#name)))
+ static __typeof(name) __gthrw_ ## name __attribute__ ((__weakref__(#name)))
#else
# define __gthrw_asmname(cname) __gthrw_asmnamep (__USER_LABEL_PREFIX__, cname)
# define __gthrw_asmnamep(prefix, cname) __gthrw_string (prefix) cname