diff options
Diffstat (limited to 'linuxthreads/sysdeps/sparc/tls.h')
-rw-r--r-- | linuxthreads/sysdeps/sparc/tls.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linuxthreads/sysdeps/sparc/tls.h b/linuxthreads/sysdeps/sparc/tls.h index 9a9719c48e..6b1966fe1c 100644 --- a/linuxthreads/sysdeps/sparc/tls.h +++ b/linuxthreads/sysdeps/sparc/tls.h @@ -98,11 +98,11 @@ typedef struct #else -#define NONTLS_INIT_TP \ - do { \ - static const tcbhead_t nontls_init_tp \ - = { .multiple_threads = 0 }; \ - __thread_self = (__typeof (__thread_self)) &nontls_init_tp; \ +# define NONTLS_INIT_TP \ + do { \ + static const tcbhead_t nontls_init_tp \ + = { .multiple_threads = 0 }; \ + __thread_self = (__typeof (__thread_self)) &nontls_init_tp; \ } while (0) #endif /* USE_TLS */ |