mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-29 11:10:26 +01:00
Fix an incorrect comment
_dbus_threads_lock_platform_specific() is implemented on Windows now.
This commit is contained in:
parent
b54067510f
commit
7385459f89
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue