summaryrefslogtreecommitdiff
path: root/include/aio.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-24 11:06:07 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-24 11:06:07 +0000
commit2bb9b13436511135c72904c59396fa8cb6220c42 (patch)
tree18aa47530032a379025ce35ff55e5add7af1e6ea /include/aio.h
parente03c336105ccad9fc962dc4b7c9e225299781cad (diff)
Declare __aio_init.
Diffstat (limited to 'include/aio.h')
-rw-r--r--include/aio.h5
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