8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a736540 commit c9dc53bCopy full SHA for c9dc53b
src/include/libpq/pqsignal.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/include/libpq/pqsignal.h,v 1.38 2010/01/16 00:04:41 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/pqsignal.h,v 1.39 2010/01/16 05:52:29 tgl Exp $
11
12
* NOTES
13
* This shouldn't be in libpq, but the monitor and some other
@@ -21,7 +21,7 @@
21
#include <signal.h>
22
23
#ifdef HAVE_SIGPROCMASK
24
-extern sigset_t UnBlockSig,
+extern PGDLLIMPORT sigset_t UnBlockSig,
25
BlockSig,
26
StartupBlockSig;
27
0 commit comments