Unroll x86-64 strlen
[glibc.git] / include / aio.h
blobbe40c0bcefffe2509f4fd4cfe787b74e75c54e08
1 #ifndef _AIO_H
2 #include <rt/aio.h>
4 /* Now define the internal interfaces. */
5 extern void __aio_init (__const struct aioinit *__init);
7 /* Flag to signal we need to be compatible with glibc < 2.4 in
8 lio_listio and we do not issue events for each individual list
9 element. */
10 #define LIO_NO_INDIVIDUAL_EVENT 128
12 #endif