From 27a7e77a166c63ad3dbdcbd251cfd669a0cdf1a4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 4 Oct 2014 18:19:20 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index fdca6e80f6..4a1c8dba7f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8738,7 +8738,6 @@ * include/aio.h: Add aio.h header file (2014-10-4). * libc/aio/lio_listio.c and Make.defs: Add empty skeleton file where lio_listio() will eventually be implemented (2014-10-4). - * libc/Kconfig, aio/aio_read.c, aio.h, and Make.defs: Implementation - of aio_read() (2014-10-4). - * libc/aio/aio_write.c and Make.defs: Initial implementation of - aio_write()(2014-10-4). + * libc/Kconfig, aio/aio_read.c, aio_write.c, aio_return.c, aio_error.c + aio.h, and Make.defs: Initial implementation of aio_read(), + aio_write(), aio_return(), and aio_error() (2014-10-4).