diff options
author | Simon McVittie <smcv@collabora.com> | 2017-09-27 13:59:43 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2017-09-27 15:15:58 +0100 |
commit | 49446d4b362ec4d0205b60f4cf883cf7e97ecabc (patch) | |
tree | 5f1a6dcf89ad387f7971c14218d1c8a37036ba2a /tools | |
parent | 3d538ced103c7955e6e62a72866e0f56cf3f52d6 (diff) | |
download | dbus-49446d4b362ec4d0205b60f4cf883cf7e97ecabc.tar.gz |
sysdeps: Stop pretending _dbus_set_signal_handler is portable to Windows
None of the things we rely on in POSIX async signal handlers, such
as the existence of async-signal-safe write(), are portable to Windows,
so the async signal handlers that use this function are #ifdef
DBUS_UNIX anyway. Remove the unused stub function from the
Windows side, and move the declaration to the Unix-specific header.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103010
Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions