aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
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/ChangeLog
parent28cf305854fd91eaa5b5e16d23a612e094f02920 (diff)
downloadglibc-18d009ca00eea5127f162b3179a529516a8445d2.tar
glibc-18d009ca00eea5127f162b3179a529516a8445d2.tar.gz
glibc-18d009ca00eea5127f162b3179a529516a8445d2.tar.bz2
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/ChangeLog')
-rw-r--r--nptl/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index fb404d938f..9490f86776 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,8 @@
2003-03-27 Ulrich Drepper <drepper@redhat.com>
+ * pthread_create.c (start_thread): Don't use setjmp inside
+ __builtin_expect to work around gcc bug.
+
* sysdeps/unix/sysv/linux/timer_delete.c (timer_delete): Even if
timer_delete syscall fails, but not with ENOSYS, set
__no_posix_timers.