From 2bb9b13436511135c72904c59396fa8cb6220c42 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 24 Oct 1998 11:06:07 +0000 Subject: Declare __aio_init. --- include/aio.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/aio.h') 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 + +/* Now define the internal interfaces. */ +extern void __aio_init __P ((__const struct aioinit *__init)); +#endif -- cgit v1.2.3