Blame include/aio.h

Packit 6c4009
#ifndef _AIO_H
Packit 6c4009
#include <rt/aio.h>
Packit 6c4009
Packit 6c4009
#ifndef _ISOMAC
Packit 6c4009
/* Now define the internal interfaces.  */
Packit 6c4009
extern void __aio_init (const struct aioinit *__init);
Packit 6c4009
Packit 6c4009
/* Flag to signal we need to be compatible with glibc < 2.4 in
Packit 6c4009
   lio_listio and we do not issue events for each individual list
Packit 6c4009
   element.  */
Packit 6c4009
#define LIO_NO_INDIVIDUAL_EVENT	128
Packit 6c4009
#endif
Packit 6c4009
Packit 6c4009
#endif