summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-04 18:19:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-04 18:19:20 -0600
commitf880c06b86aab29fc1dfd998881016abbea4fb60 (patch)
tree6fcd767465a0f8edd73040c0f01ef4e9474c69fe /nuttx/ChangeLog
parente6036f59e58942fb103e73b77d8cacb93b6dd0ed (diff)
downloadnuttx-f880c06b86aab29fc1dfd998881016abbea4fb60.tar.gz
nuttx-f880c06b86aab29fc1dfd998881016abbea4fb60.tar.bz2
nuttx-f880c06b86aab29fc1dfd998881016abbea4fb60.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fdca6e80f..4a1c8dba7 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).