1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-01 05:02:03 +03:00
Files
glibc/include/aio.h
2004-12-22 20:10:10 +00:00

7 lines
144 B
C

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