From: Mike Brady Date: Mon, 25 May 2020 11:50:48 +0000 (+0100) Subject: rewrite the non_blocking_write to not use poll() and to return immediately if there... X-Git-Tag: 3.3.7d12~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76c4947d640bf549054adf72435be57719440da4;p=thirdparty%2Fshairport-sync.git rewrite the non_blocking_write to not use poll() and to return immediately if there is no reader at the end of the pipe. --- diff --git a/configure.ac b/configure.ac index 026345ef..a28dd4db 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3.7d6], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.7d7], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])