1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Move include of signal.h inside pqsignal.h so it's always where it's needed.

This commit is contained in:
Bryan Henderson
1996-11-24 04:07:17 +00:00
parent 7e499bd112
commit d3f9d6ad4f
4 changed files with 6 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pqsignal.h,v 1.3 1996/11/06 10:30:08 scrappy Exp $
* $Id: pqsignal.h,v 1.4 1996/11/24 04:07:17 bryanh Exp $
*
* NOTES
* This shouldn't be in libpq, but the monitor and some other
@@ -17,7 +17,7 @@
#ifndef PQSIGNAL_H
#define PQSIGNAL_H
#include <signal.h>
typedef void (*pqsigfunc)(int);