From e5bc30a52c77b3dbfea084b4bd28c4afe541ddd7 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Mon, 19 Apr 2004 22:09:55 +0000 Subject: 2004-04-19 Kristian Høgsberg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use _dbus_poll() instead of select(). --- dbus/dbus-sysdeps.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'dbus/dbus-sysdeps.c') diff --git a/dbus/dbus-sysdeps.c b/dbus/dbus-sysdeps.c index 0eea35a6..9c06ce80 100644 --- a/dbus/dbus-sysdeps.c +++ b/dbus/dbus-sysdeps.c @@ -1915,8 +1915,6 @@ _dbus_atomic_dec (DBusAtomic *atomic) /** * Wrapper for poll(). * - * @todo need a fallback implementation using select() - * * @param fds the file descriptors to poll * @param n_fds number of descriptors in the array * @param timeout_milliseconds timeout or -1 for infinite -- cgit