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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
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. |