diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-25 23:27:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-25 23:27:17 +0000 |
commit | afb24a108318abce40c78113c0ba26aea3b65f90 (patch) | |
tree | 029d30881d2ef8df77b5a32b213f5129d706b6b6 /ChangeLog | |
parent | 8e64f8ba4e49662a1ab79e5921c1a3bfb73d888e (diff) | |
download | glibc-afb24a108318abce40c78113c0ba26aea3b65f90.tar glibc-afb24a108318abce40c78113c0ba26aea3b65f90.tar.gz glibc-afb24a108318abce40c78113c0ba26aea3b65f90.tar.bz2 glibc-afb24a108318abce40c78113c0ba26aea3b65f90.zip |
Update.
* sysdeps/powerpc/powerpc64/bits/atomic.h
(__arch_compare_and_exchange_bool_32_acq): Fix case where oldval
is negative.
(__arch_compare_and_exchange_bool_32_rel): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ 2004-08-25 Ulrich Drepper <drepper@redhat.com> + * sysdeps/powerpc/powerpc64/bits/atomic.h + (__arch_compare_and_exchange_bool_32_acq): Fix case where oldval + is negative. + (__arch_compare_and_exchange_bool_32_rel): Likewise. + * nscd/connections.c: Make socket nonblocking so that threads don't get stuck on accept. Fix locking. |