From edb2f1a8ed48e46f007c78f1cb76b0fb086c70b5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 4 Oct 2014 14:45:56 -0600 Subject: [PATCH] Update changelog --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 00a6884e304..51c3b9887d7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8738,5 +8738,5 @@ * 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: Add skeleton - file for eventual implementation of aio_read() (2014-10-4). + * libc/Kconfig, aio/aio_read.c, aio.h, and Make.defs: Implementation + of aio_read() (2014-10-4).