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 68d835c commit 73732efCopy full SHA for 73732ef
src/include/libpq/pqsignal.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $Id: pqsignal.h,v 1.19 2001/11/05 17:46:33 momjian Exp $
+ * $Id: pqsignal.h,v 1.20 2002/02/22 15:39:42 momjian Exp $
11
12
* NOTES
13
* This shouldn't be in libpq, but the monitor and some other
@@ -28,7 +28,8 @@ extern sigset_t UnBlockSig,
28
#define PG_SETMASK(mask) sigprocmask(SIG_SETMASK, mask, NULL)
29
#else
30
extern int UnBlockSig,
31
- BlockSig;
+ BlockSig,
32
+ AuthBlockSig;
33
34
#define PG_SETMASK(mask) sigsetmask(*((int*)(mask)))
35
#endif
0 commit comments