diff options
author | Havoc Pennington <hp@redhat.com> | 2006-10-27 14:00:20 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-10-27 14:00:20 +0000 |
commit | fd27857e31dc6bd7b78ddddbb6ef3f1162ee0b88 (patch) | |
tree | 7607dd34f4f4f1a48036452dbffbf73680517438 /ChangeLog | |
parent | fbfec98d0f3ad5232dd6cbd63acbdd008acf2578 (diff) |
2006-10-27 Havoc Pennington <hp@redhat.com>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-10-27 Havoc Pennington <hp@redhat.com> + + * 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 <hp@redhat.com> * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock): change |