summaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-05 00:03:02 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-05 00:03:02 +0000
commit6f1cff95e7d5ff6fdfd9edfc46a7abd709842c16 (patch)
treebc84ce515b2a78098b66783d8dd08dab6e490cdc /linuxthreads
parentb33b0d0dfb0ae86197149e19a8cc6bd29b20f5b8 (diff)
Update.
2003-02-04 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile: Add rules to build and run bug-iconv3. * iconvdata/bug-iconv3.c: New file.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/sysdeps/sparc/tls.h10
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 */