--- glom/libglom/connectionpool.cc.orig 2014-01-28 03:01:43.000000000 -0800 +++ glom/libglom/connectionpool.cc 2014-04-10 15:16:29.000000000 -0700 @@ -594,7 +594,7 @@ // TODO: This is probably mingw specific static __p_sig_fn_t previous_sig_handler = SIG_DFL; #else -static sighandler_t previous_sig_handler = SIG_DFL; /* Arbitrary default */ +static sig_t previous_sig_handler = SIG_DFL; /* Arbitrary default */ #endif /* This is a Linux/Unix signal handler,