summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 51c3b9887..fdca6e80f 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8740,3 +8740,5 @@
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).