]> git.ipfire.org Git - thirdparty/dbus.git/commit
Split _dbus_set_fd_nonblocking vs. _dbus_set_socket_nonblocking
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 12 Mar 2015 20:16:46 +0000 (20:16 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 12 May 2015 17:35:13 +0000 (18:35 +0100)
commit21ca7f7cc35115e0afae3bf3fcf38f8b6d260b59
tree6c14124017e192620ba5f9a911779ab764f669cb
parent378e01c0d04fa9bc4a5a2f725ac332acf83793af
Split _dbus_set_fd_nonblocking vs. _dbus_set_socket_nonblocking

The former is Unix-specific, the latter is also portable to Windows.
On Unix, they're really the same thing.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89444
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
dbus/dbus-internals.h
dbus/dbus-server-socket.c
dbus/dbus-sysdeps-unix.c
dbus/dbus-sysdeps-win.c
dbus/dbus-sysdeps.h