summaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-02-26 21:32:56 -0500
committerUlrich Drepper <drepper@gmail.com>2012-02-26 21:32:56 -0500
commitd94a4670800de6e8f088b8630ad5142866127980 (patch)
tree77ce944c2371dc45a567104a47454da162579391 /rt
parent4a3dded52708e6d9be190a968f0f09ca57539e13 (diff)
Add first fixes for conformtest for POSIX2008
Diffstat (limited to 'rt')
-rw-r--r--rt/aio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/aio.h b/rt/aio.h
index 8c63159a72..b0340e3a42 100644
--- a/rt/aio.h
+++ b/rt/aio.h
@@ -23,11 +23,11 @@
#define _AIO_H 1
#include <features.h>
-#include <fcntl.h>
-#include <signal.h>
+#include <sys/types.h>
+#define __need_sigevent_t
+#include <bits/siginfo.h>
#define __need_timespec
#include <time.h>
-#include <sys/types.h>
__BEGIN_DECLS