From f9340ed7f43b81e172ebefebbb9fbd558080d1a3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 3 Dec 2012 11:35:43 +0100 Subject: posix: Add and use This file contains the parts of that are only necessary for the POSIX API implementation. --- cpukit/posix/src/sigwait.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpukit/posix/src/sigwait.c') diff --git a/cpukit/posix/src/sigwait.c b/cpukit/posix/src/sigwait.c index 5a73e85933..cfb733034b 100644 --- a/cpukit/posix/src/sigwait.c +++ b/cpukit/posix/src/sigwait.c @@ -15,14 +15,10 @@ #include "config.h" #endif -#include +#include #include #include -#include -#include -#include - int sigwait( const sigset_t *set, int *sig -- cgit v1.2.3