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

Commitb16516b

Browse files
committed
It seems some platforms declare kill(2) in signal.h not unistd.h.
1 parent7415105 commitb16516b

File tree

1 file changed

+2
-1
lines changed
  • src/backend/storage/ipc

1 file changed

+2
-1
lines changed

‎src/backend/storage/ipc/ipc.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.54 2000/11/28 23:27:56 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.55 2000/11/30 03:11:24 tgl Exp $
1212
*
1313
* NOTES
1414
*
@@ -30,6 +30,7 @@
3030
#include<sys/types.h>
3131
#include<sys/file.h>
3232
#include<errno.h>
33+
#include<signal.h>
3334
#include<unistd.h>
3435

3536
#include"storage/ipc.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp