diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-02-26 21:32:56 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-02-26 21:32:56 -0500 |
commit | d94a4670800de6e8f088b8630ad5142866127980 (patch) | |
tree | 77ce944c2371dc45a567104a47454da162579391 /rt/aio.h | |
parent | 4a3dded52708e6d9be190a968f0f09ca57539e13 (diff) | |
download | glibc-d94a4670800de6e8f088b8630ad5142866127980.zip glibc-d94a4670800de6e8f088b8630ad5142866127980.tar.gz glibc-d94a4670800de6e8f088b8630ad5142866127980.tar.bz2 |
Add first fixes for conformtest for POSIX2008
Diffstat (limited to 'rt/aio.h')
-rw-r--r-- | rt/aio.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |