about summary refs log tree commit diff
path: root/nptl/sysdeps/s390
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-27 21:14:41 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-27 21:14:41 +0000
commit18d009ca00eea5127f162b3179a529516a8445d2 (patch)
tree61619d90a1b39530bad8302d790815112a5dec72 /nptl/sysdeps/s390
parent28cf305854fd91eaa5b5e16d23a612e094f02920 (diff)
downloadglibc-18d009ca00eea5127f162b3179a529516a8445d2.tar.gz
glibc-18d009ca00eea5127f162b3179a529516a8445d2.tar.xz
glibc-18d009ca00eea5127f162b3179a529516a8445d2.zip
Update.
	* pthread_create.c (start_thread): Don't use setjmp inside
	__builtin_expect to work around gcc bug.
Diffstat (limited to 'nptl/sysdeps/s390')
-rw-r--r--nptl/sysdeps/s390/tls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/s390/tls.h b/nptl/sysdeps/s390/tls.h
index 3f31823496..06237ae15b 100644
--- a/nptl/sysdeps/s390/tls.h
+++ b/nptl/sysdeps/s390/tls.h
@@ -43,9 +43,9 @@ typedef struct
   dtv_t *dtv;
   void *self;		/* Pointer to the thread descriptor.  */
   int multiple_threads;
-#ifdef NEED_DL_SYSINFO
+# ifdef NEED_DL_SYSINFO
   uintptr_t sysinfo;
-#endif
+# endif
 } tcbhead_t;
 
 # ifndef __s390x__