diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-27 21:14:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-27 21:14:41 +0000 |
commit | 18d009ca00eea5127f162b3179a529516a8445d2 (patch) | |
tree | 61619d90a1b39530bad8302d790815112a5dec72 /nptl/sysdeps/s390 | |
parent | 28cf305854fd91eaa5b5e16d23a612e094f02920 (diff) | |
download | glibc-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.h | 4 |
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__ |