diff options
Diffstat (limited to 'databases/glom/files')
-rw-r--r-- | databases/glom/files/patch-glom_libglom_connectionpool.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/glom/files/patch-glom_libglom_connectionpool.cc b/databases/glom/files/patch-glom_libglom_connectionpool.cc new file mode 100644 index 000000000..ae8bf97bc --- /dev/null +++ b/databases/glom/files/patch-glom_libglom_connectionpool.cc @@ -0,0 +1,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. |