mirror of git://git.musl-libc.org/musl
remove useless (at best, harmful) feature test checks in aio.h
This commit is contained in:
parent
4f346b08b3
commit
450f2c4a85
|
@ -5,9 +5,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
|
|
||||||
|| defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE)
|
|
||||||
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
|
@ -51,8 +48,6 @@ int aio_fsync(int, struct aiocb *);
|
||||||
|
|
||||||
int lio_listio(int, struct aiocb *const [], int, struct sigevent *);
|
int lio_listio(int, struct aiocb *const [], int, struct sigevent *);
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue