提交 450f2c4a 编写于 作者: R Rich Felker

remove useless (at best, harmful) feature test checks in aio.h

上级 4f346b08
......@@ -5,9 +5,6 @@
extern "C" {
#endif
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
|| defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE)
#include <signal.h>
#include <time.h>
......@@ -51,8 +48,6 @@ int aio_fsync(int, struct aiocb *);
int lio_listio(int, struct aiocb *const [], int, struct sigevent *);
#endif
#ifdef __cplusplus
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册