about summary refs log tree commit diff
path: root/conform/data/aio.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/aio.h-data')
-rw-r--r--conform/data/aio.h-data4
1 files changed, 2 insertions, 2 deletions
diff --git a/conform/data/aio.h-data b/conform/data/aio.h-data
index b810014b3f..d6d0acbbe6 100644
--- a/conform/data/aio.h-data
+++ b/conform/data/aio.h-data
@@ -28,12 +28,12 @@ function int aio_suspend (const struct aiocb* const[], int, const struct timespe
 function int aio_write (struct aiocb*)
 function int lio_listio (int, struct aiocb *const[], int, struct sigevent*)
 
-# if !defined POSIX
+// POSIX in theory doesn't allow the header to be self contained but
+// this was fixed later and we do not test for this here.
 allow-header fcntl.h
 allow-header signal.h
 allow-header sys/types.h
 allow-header time.h
-# endif
 
 allow aio_*
 allow lio_*