From f4719d5aaf62852e0ff60d22c5261da05925bacf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 22 May 1996 22:32:39 +0000 Subject: These files have been modified in the initial pass at getting the portion of the POSIX API necessary to support the GNAT runtime to initially compile. We now have verified that the specifications for the necessary routines are correct per the POSIX standards we have. --- cpukit/posix/src/psignal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/posix/src/psignal.c') diff --git a/cpukit/posix/src/psignal.c b/cpukit/posix/src/psignal.c index 9ad7406e21..b8bd3d56ea 100644 --- a/cpukit/posix/src/psignal.c +++ b/cpukit/posix/src/psignal.c @@ -5,6 +5,7 @@ #include +#include #include #ifdef NOT_IMPLEMENTED_YET @@ -16,7 +17,7 @@ */ int kill( - int pid_t, + pid_t pid, int sig ) { -- cgit v1.2.3