summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sigwaitinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sigwaitinfo.c')
-rw-r--r--cpukit/posix/src/sigwaitinfo.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpukit/posix/src/sigwaitinfo.c b/cpukit/posix/src/sigwaitinfo.c
index e90125e0cf..0b2045bcad 100644
--- a/cpukit/posix/src/sigwaitinfo.c
+++ b/cpukit/posix/src/sigwaitinfo.c
@@ -15,12 +15,8 @@
#include "config.h"
#endif
+#include <stddef.h>
#include <signal.h>
-#include <errno.h>
-
-#include <rtems/system.h>
-#include <rtems/posix/pthread.h>
-#include <rtems/posix/psignal.h>
int sigwaitinfo(
const sigset_t *set,