diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/aio.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/aio.h b/include/aio.h index c2a4145a86..c441606794 100644 --- a/include/aio.h +++ b/include/aio.h @@ -1 +1,6 @@ +#ifndef _AIO_H #include <rt/aio.h> + +/* Now define the internal interfaces. */ +extern void __aio_init __P ((__const struct aioinit *__init)); +#endif |