]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Fix an incorrect comment
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 12 Jun 2013 16:27:54 +0000 (17:27 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 12 Jun 2013 16:27:54 +0000 (17:27 +0100)
_dbus_threads_lock_platform_specific() is implemented on Windows now.

dbus/dbus-sysdeps.h

index d92325cabb1f2351cd93c77c44dd2c85ba5560b9..1053303a770db9b1af1fbac5cb38abeda957eb4d 100644 (file)
@@ -522,8 +522,6 @@ dbus_bool_t _dbus_threads_init_platform_specific (void);
 
 /**
  * Lock a static mutex used to protect _dbus_threads_init_platform_specific().
- *
- * On Windows, this is currently unimplemented and does nothing.
  */
 void _dbus_threads_lock_platform_specific (void);