Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc9dc53b

Browse files
committed
Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants of
the BlockSig/UnBlockSig declaration have to be PGDLLIMPORT'ified.Per buildfarm results.
1 parenta736540 commitc9dc53b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/libpq/pqsignal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/libpq/pqsignal.h,v 1.38 2010/01/1600:04:41 tgl Exp $
10+
* $PostgreSQL: pgsql/src/include/libpq/pqsignal.h,v 1.39 2010/01/1605:52:29 tgl Exp $
1111
*
1212
* NOTES
1313
* This shouldn't be in libpq, but the monitor and some other
@@ -21,7 +21,7 @@
2121
#include<signal.h>
2222

2323
#ifdefHAVE_SIGPROCMASK
24-
externsigset_tUnBlockSig,
24+
externPGDLLIMPORTsigset_tUnBlockSig,
2525
BlockSig,
2626
StartupBlockSig;
2727

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp