summaryrefslogtreecommitdiff
path: root/hurd/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/ChangeLog')
-rw-r--r--hurd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index 312aac4..5af636a 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-04 Neal H. Walfield <neal@gnu.org>
+
+ * mutex.h: Don't include <atomic.h>.
+ (ss_mutex_lock): Rewrite to use gcc's __sync functions. Add
+ asserts.
+ (ss_mutex_unlock): Likewise.
+ (ss_mutex_trylock): Likewise.
+
2008-11-18 Neal H. Walfield <neal@gnu.org>
* cap.h (cap_copy_x): Correctly detect type mismatches.