From 6f1cff95e7d5ff6fdfd9edfc46a7abd709842c16 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 5 Feb 2003 00:03:02 +0000 Subject: Update. 2003-02-04 Ulrich Drepper * iconvdata/Makefile: Add rules to build and run bug-iconv3. * iconvdata/bug-iconv3.c: New file. --- linuxthreads/sysdeps/sparc/tls.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'linuxthreads') 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 */ -- cgit 1.4.1