We had a problem with to compile pgsql-7.2 under SW-8.0.
authorBruce Momjian <bruce@momjian.us>
Fri, 22 Feb 2002 15:40:28 +0000 (15:40 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 22 Feb 2002 15:40:28 +0000 (15:40 +0000)
In the mailing lists I found no informations.
See note for further informations.

Add missing AuthBlockSig.

regards Heiko

src/include/libpq/pqsignal.h

index 8ec1b9d8f483c0d308a7ead4c3a1be416f3d4e68..fcca56412d064e8fb37116d7940b822fbe6136d5 100644 (file)
@@ -28,7 +28,8 @@ extern sigset_t UnBlockSig,
 #define PG_SETMASK(mask)       sigprocmask(SIG_SETMASK, mask, NULL)
 #else
 extern int     UnBlockSig,
-                       BlockSig;
+                       BlockSig,
+                       AuthBlockSig;
 
 #define PG_SETMASK(mask)       sigsetmask(*((int*)(mask)))
 #endif