From 450f2c4a8515f2c5c9f469082bf69fdef009d26a Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 3 Apr 2012 19:16:51 -0400 Subject: remove useless (at best, harmful) feature test checks in aio.h --- include/aio.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/aio.h') diff --git a/include/aio.h b/include/aio.h index 4cc04909..f28ee369 100644 --- a/include/aio.h +++ b/include/aio.h @@ -5,9 +5,6 @@ extern "C" { #endif -#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \ - || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) - #include #include @@ -51,8 +48,6 @@ int aio_fsync(int, struct aiocb *); int lio_listio(int, struct aiocb *const [], int, struct sigevent *); -#endif - #ifdef __cplusplus } #endif -- cgit v1.2.1