1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-30 17:41:16 +03:00
Files
glibc/include/aio.h
1998-10-24 11:06:07 +00:00

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