summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-08-16 18:42:02 +0200
committerBruno Haible <bruno@clisp.org>2020-08-16 18:42:02 +0200
commitbed51ff8cc7bb755b32fa83c589436d8221380c6 (patch)
tree787761bf23811d38cb5308ccf098799fca77dc23 /ChangeLog
parentdcc8b493adecff06096bb3516aac26d29012cf1a (diff)
downloadgnulib-bed51ff8cc7bb755b32fa83c589436d8221380c6.tar.gz
pthread-spin: Use GCC built-ins also on clang.
* lib/pthread-spin.c (pthread_spin_init, pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock): Use the newer GCC built-ins also on clang.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f7ca8e7d7..b97fcf77cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2020-08-16 Bruno Haible <bruno@clisp.org>
+ pthread-spin: Use GCC built-ins also on clang.
+ * lib/pthread-spin.c (pthread_spin_init, pthread_spin_lock,
+ pthread_spin_trylock, pthread_spin_unlock): Use the newer GCC built-ins
+ also on clang.
+
+2020-08-16 Bruno Haible <bruno@clisp.org>
+
asyncsafe-spin tests: Update.
* tests/test-asyncsafe-spin2.c: Update to match the change in
lib/asyncsafe-spin.c from 2020-08-11.