--- glom/libglom/connectionpool.cc.orig	2019-10-28 06:38:20.000000000 -0700
+++ glom/libglom/connectionpool.cc	2020-02-14 13:07:16.000000000 -0800
@@ -568,7 +568,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,
