Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 73732ef

Browse files
committed
We had a problem with to compile pgsql-7.2 under SW-8.0.
In the mailing lists I found no informations. See note for further informations. Add missing AuthBlockSig. regards Heiko
1 parent 68d835c commit 73732ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/include/libpq/pqsignal.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pqsignal.h,v 1.19 2001/11/05 17:46:33 momjian Exp $
10+
* $Id: pqsignal.h,v 1.20 2002/02/22 15:39:42 momjian Exp $
1111
*
1212
* NOTES
1313
* This shouldn't be in libpq, but the monitor and some other
@@ -28,7 +28,8 @@ extern sigset_t UnBlockSig,
2828
#define PG_SETMASK(mask) sigprocmask(SIG_SETMASK, mask, NULL)
2929
#else
3030
extern int UnBlockSig,
31-
BlockSig;
31+
BlockSig,
32+
AuthBlockSig;
3233

3334
#define PG_SETMASK(mask) sigsetmask(*((int*)(mask)))
3435
#endif

0 commit comments

Comments
 (0)