diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-05 07:22:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-05 07:22:09 +0000 |
commit | ec609a8e77b592e5f8ef95fd2c1d44015a45d063 (patch) | |
tree | 1d77381453eb5a67438d98d6089b2a2cb037f8d6 /nptl/ChangeLog | |
parent | d45e874013d6c45bb5b77a4022555e72357eddcb (diff) | |
download | glibc-ec609a8e77b592e5f8ef95fd2c1d44015a45d063.tar.gz glibc-ec609a8e77b592e5f8ef95fd2c1d44015a45d063.tar.xz glibc-ec609a8e77b592e5f8ef95fd2c1d44015a45d063.zip |
Update.
* atomic.h: Add a couple more default implementations. (atomic_compare_and_exchange_acq): Use
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f018cccbb3..215ec8d495 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,6 +1,7 @@ 2003-02-04 Ulrich Drepper <drepper@redhat.com> - * atomic.h (atomic_compare_and_exchange_acq): Use + * atomic.h: Add a couple more default implementations. + (atomic_compare_and_exchange_acq): Use __arch_compare_and_exchange_32_acq in return value definition. It always exists. (atomic_bit_set): Renamed from atomic_set_bit. |