Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-10-04 18:19:20 -06:00
parent 0c241ace72
commit 27a7e77a16

View File

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