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 /rt/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 'rt/aio.h')
-rw-r--r-- | rt/aio.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -132,7 +132,6 @@ enum /* Allow user to specify optimization. */ #ifdef __USE_GNU -extern void __aio_init __P ((__const struct aioinit *__init)); extern void aio_init __P ((__const struct aioinit *__init)); #endif |