__sighandler_t is a glibc internal type which doesn't exist in musl. By using
AC_USE_SYSTEM_EXTENSIONS to get _GNU_SOURCE defined, both glibc and musl
then expose sighandler_t.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
AM_MAINTAINER_MODE([enable])
AC_CONFIG_HEADERS(config.h)
+AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC
AC_PROG_LD
AC_PROG_INSTALL
{
fd_set active_fd_set/*, read_fd_set*/;
int i, j, res = 0;
- __sighandler_t old_sig_pipe;
+ sighandler_t old_sig_pipe;
int main_sock = 0;
int data_sock = 0;