glibc/include/aio.h

7 lines
152 B
C

#ifndef _AIO_H
#include <rt/aio.h>
/* Now define the internal interfaces. */
extern void __aio_init (__const struct aioinit *__init) __THROW;
#endif