summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sigwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sigwait.c')
-rw-r--r--cpukit/posix/src/sigwait.c6
1 files changed, 1 insertions, 5 deletions
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 <pthread.h>
+#include <stddef.h>
#include <signal.h>
#include <errno.h>
-#include <rtems/system.h>
-#include <rtems/posix/pthread.h>
-#include <rtems/posix/psignal.h>
-
int sigwait(
const sigset_t *set,
int *sig