diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-24 11:06:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-24 11:06:07 +0000 |
commit | 2bb9b13436511135c72904c59396fa8cb6220c42 (patch) | |
tree | 18aa47530032a379025ce35ff55e5add7af1e6ea /include/aio.h | |
parent | e03c336105ccad9fc962dc4b7c9e225299781cad (diff) | |
download | glibc-2bb9b13436511135c72904c59396fa8cb6220c42.tar glibc-2bb9b13436511135c72904c59396fa8cb6220c42.tar.gz glibc-2bb9b13436511135c72904c59396fa8cb6220c42.tar.bz2 glibc-2bb9b13436511135c72904c59396fa8cb6220c42.zip |
Declare __aio_init.
Diffstat (limited to 'include/aio.h')
-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 |