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