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).