S390: Ifunc resolver macro for vector instructions.
[glibc.git] / include / aio.h
blob90c74f9951ea0f174375506845377ac8ae43dd45
1 #ifndef _AIO_H
2 #include <rt/aio.h>
4 #ifndef _ISOMAC
5 /* Now define the internal interfaces. */
6 extern void __aio_init (const struct aioinit *__init);
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
14 #endif