summaryrefslogtreecommitdiffstats
path: root/databases/glom/files/patch-glom_libglom_connectionpool.cc
blob: ae8bf97bcc90dfabcfcd1ac3de3ddb1c8cb78fa0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- glom/libglom/connectionpool.cc.orig 2008-01-31 11:29:29.000000000 +0100
+++ glom/libglom/connectionpool.cc  2008-01-31 11:38:06.000000000 +0100
@@ -642,7 +642,7 @@ bool ConnectionPool::directory_exists_ur
 }
 
 #ifndef GLOM_ENABLE_CLIENT_ONLY
-static sighandler_t previous_sig_handler = SIG_DFL; /* Arbitrary default */
+static __sighandler_t *previous_sig_handler = SIG_DFL; /* Arbitrary default */
 
 /* This is a Linux/Unix signal handler, 
  * so we can respond to a crash.