projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f346b0
)
remove useless (at best, harmful) feature test checks in aio.h
author
Rich Felker
<dalias@aerifal.cx>
Tue, 3 Apr 2012 23:16:51 +0000
(19:16 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 3 Apr 2012 23:16:51 +0000
(19:16 -0400)
include/aio.h
patch
|
blob
|
history
diff --git
a/include/aio.h
b/include/aio.h
index 4cc049091553be50e2b2a757457789dc0975dc6a..f28ee36967abb705f62428eea731817b2efc6331 100644
(file)
--- 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 <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