mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
7 lines
150 B
C
7 lines
150 B
C
#ifndef _AIO_H
|
|
#include <rt/aio.h>
|
|
|
|
/* Now define the internal interfaces. */
|
|
extern void __aio_init __P ((__const struct aioinit *__init));
|
|
#endif
|