From 697dfc64733feb21605a6f7d88ab582084a674b4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 5 Oct 2014 11:45:21 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2fe9f9c7bf..17050f157d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8746,5 +8746,8 @@ * libc/aio/aio_signal.c, Make.defs, and aio.h: Move AIO signal logic to a common location in aio_signal.c. Also fix several typos (2014-9-5). - * libc/aio/aio_suspend.c and Make.defs: Initial implementation of - aio_suspend() (2014-9-5). + * libc/aio/aio_suspend.c, aio_cancel.c, aio_fsync.c, lio_listio.c and + Make.defs: Initial implementation of aio_suspend(), aio_cancel(), + lio_listio.c, and aio_fsync.c. This completes this implementation + of the asynchronous I/O interfaces but there are still untested + (2014-9-5).