Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f66009 commit 04eb419Copy full SHA for 04eb419
src/interfaces/libpq/pqsignal.c
@@ -9,19 +9,18 @@
9
*
10
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqsignal.c,v 1.15 2002/06/20 20:29:54 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqsignal.c,v 1.16 2002/11/04 14:27:21 tgl Exp $
13
14
* NOTES
15
* This shouldn't be in libpq, but the monitor and some other
16
* things need it...
17
18
*-------------------------------------------------------------------------
19
*/
20
-#include <stdlib.h>
21
-#include <signal.h>
22
-
23
#include "pqsignal.h"
24
+#include <signal.h>
+
25
pqsigfunc
26
pqsignal(int signo, pqsigfunc func)
27
{
0 commit comments