From fd27857e31dc6bd7b78ddddbb6ef3f1162ee0b88 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 27 Oct 2006 14:00:20 +0000 Subject: 2006-10-27 Havoc Pennington * dbus/dbus-sysdeps-pthread.c: make the "count" and "holder" variables volatile, suggested by Thiago. Document struct fields. (PTHREAD_CHECK): remove pthread error checking if assertions are disabled, should reduce the no-assertions case to the bare minimum code. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b64024bd..cae27411 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-10-27 Havoc Pennington + + * dbus/dbus-sysdeps-pthread.c: make the "count" and "holder" + variables volatile, suggested by Thiago. Document struct fields. + (PTHREAD_CHECK): remove pthread error checking if assertions are + disabled, should reduce the no-assertions case to the bare + minimum code. + 2006-10-26 Havoc Pennington * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock): change -- cgit