summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-09-13 19:13:17 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-09-13 19:13:17 +0000
commitf82bdd3ab39cc5741189a4ab16dc3533a79c6617 (patch)
tree86cb3648bc8adb776e00284f58957f5a9c6aa4a5 /ChangeLog
parent642335f681c26b78a1a0e2f2167d2f0e7beb6807 (diff)
* dbus/dbus-sysdeps-util-unix.c (_dbus_directory_get_next_file):
use threadsafe readdir_r instead of readdir
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc89708f..ae2e5c4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-09-13 John (J5) Palmieri <johnp@redhat.com>
+ * dbus/dbus-sysdeps-util-unix.c (_dbus_directory_get_next_file):
+ use threadsafe readdir_r instead of readdir
+
+2006-09-13 John (J5) Palmieri <johnp@redhat.com>
+
* dbus-threads.c (dbus_threads_init_default): New method for
initializing the internal thread implementation (Patch from
Alexander Larsson <alexl at redhat dot com>)