1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-24 09:27:52 +03:00

I'm getting there, slowly :)

This commit is contained in:
Marc G. Fournier
1996-11-06 08:48:33 +00:00
parent e232909157
commit a472a29bb4
12 changed files with 102 additions and 100 deletions

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/pqsignal.c,v 1.2 1996/11/03 06:52:14 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/pqsignal.c,v 1.3 1996/11/06 08:48:32 scrappy Exp $
*
* NOTES
* This shouldn't be in libpq, but the monitor and some other
@@ -16,9 +16,9 @@
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include <postgres.h>
#include "libpq/pqsignal.h"
#include <libpq/pqsignal.h>
pqsigfunc
pqsignal(int signo, pqsigfunc func)