mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Export set_latch_on_sigusr1 symbol for Windows.
Per buildfarm currawong and grip from David Rowley.
This commit is contained in:
parent
b64d956d58
commit
708c529c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -54,6 +54,6 @@ extern int SendProcSignal(pid_t pid, ProcSignalReason reason,
|
|||
BackendId backendId);
|
||||
|
||||
extern void procsignal_sigusr1_handler(SIGNAL_ARGS);
|
||||
extern bool set_latch_on_sigusr1;
|
||||
extern PGDLLIMPORT bool set_latch_on_sigusr1;
|
||||
|
||||
#endif /* PROCSIGNAL_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue