summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/aio.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/aio.c')
-rw-r--r--newlib/libc/sys/linux/aio.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/aio.c b/newlib/libc/sys/linux/aio.c
index 7351a0342..04e3d7070 100644
--- a/newlib/libc/sys/linux/aio.c
+++ b/newlib/libc/sys/linux/aio.c
@@ -65,3 +65,9 @@ lio_listio (int mode, struct aiocb * const list[], int nent,
errno = ENOSYS;
return -1;
}
+
+void
+aio_init (const struct aioinit *INIT)
+{
+ errno = ENOSYS;
+}