Fix SIGUSR1 handling on Solaris.
[paraslash.git] / audiod.c
index 9d8ac94ed40fbb69837423b94247d89cebb8c377..dfb61db4c1d811fdedf97d5fa381defc241ae03b 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -869,7 +869,7 @@ static int audiod_get_socket(void)
                PARA_EMERG_LOG("can not listen on socket\n");
                exit(EXIT_FAILURE); /* do not unlink socket */
        }
-       mark_fd_nonblock(fd);
+       mark_fd_nonblocking(fd);
        return fd;
 }