| 1 | #ifndef _AIO_H |
|---|---|
| 2 | #include <rt/aio.h> |
| 3 | |
| 4 | #ifndef _ISOMAC |
| 5 | /* Now define the internal interfaces. */ |
| 6 | extern void __aio_init (const struct aioinit *__init); |
| 7 | |
| 8 | /* Flag to signal we need to be compatible with glibc < 2.4 in |
| 9 | lio_listio and we do not issue events for each individual list |
| 10 | element. */ |
| 11 | #define LIO_NO_INDIVIDUAL_EVENT 128 |
| 12 | #endif |
| 13 | |
| 14 | #endif |
| 15 |