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

Commitfe2c4e4

Browse files
committed
kill() is declared in <signal.h> per Single Unix Spec.
1 parent1c5531b commitfe2c4e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/test/regress/pg_regress.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
1212
* Portions Copyright (c) 1994, Regents of the University of California
1313
*
14-
* $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.2 2006/07/1904:50:57 tgl Exp $
14+
* $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.3 2006/07/1905:21:57 tgl Exp $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -21,6 +21,7 @@
2121
#include<ctype.h>
2222
#include<sys/stat.h>
2323
#include<sys/wait.h>
24+
#include<signal.h>
2425
#include<unistd.h>
2526

2627
#include"getopt_long.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp