diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-14 07:33:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-14 07:33:05 +0000 |
commit | b078c5918eefc410f73a5417600f47eefad0575c (patch) | |
tree | 81d3822534cdde9d76aa8d36285250e1289eb002 /nptl/ChangeLog | |
parent | 820387504835e39279fef36cfb0a832da32f6b13 (diff) | |
download | glibc-b078c5918eefc410f73a5417600f47eefad0575c.tar glibc-b078c5918eefc410f73a5417600f47eefad0575c.tar.gz glibc-b078c5918eefc410f73a5417600f47eefad0575c.tar.bz2 glibc-b078c5918eefc410f73a5417600f47eefad0575c.zip |
Update.
* sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait): Add a
__builtin_expect.
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 d1d9fc1025..b610b7f327 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2004-02-13 Ulrich Drepper <drepper@redhat.com> + * sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait): Add a + __builtin_expect. + * sysdeps/generic/pt-longjmp.c: Moved to... * sysdeps/pthread/pt-longjmp.c: ...here. New file. |