summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-05 11:45:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-05 11:45:21 -0600
commitc679e4a45ed6fc366ba21f6a05967746cb407fbb (patch)
treef20ba82d0a61453c0d0077cbad97dbc293f91171 /nuttx/ChangeLog
parenta39acc0c7228605ee2d98de8384085883dadaa9b (diff)
downloadnuttx-c679e4a45ed6fc366ba21f6a05967746cb407fbb.tar.gz
nuttx-c679e4a45ed6fc366ba21f6a05967746cb407fbb.tar.bz2
nuttx-c679e4a45ed6fc366ba21f6a05967746cb407fbb.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2fe9f9c7b..17050f157 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8746,5 +8746,8 @@
* libc/aio/aio_signal.c, Make.defs, and aio.h: Move AIO signal logic
to a common location in aio_signal.c. Also fix several typos
(2014-9-5).
- * libc/aio/aio_suspend.c and Make.defs: Initial implementation of
- aio_suspend() (2014-9-5).
+ * libc/aio/aio_suspend.c, aio_cancel.c, aio_fsync.c, lio_listio.c and
+ Make.defs: Initial implementation of aio_suspend(), aio_cancel(),
+ lio_listio.c, and aio_fsync.c. This completes this implementation
+ of the asynchronous I/O interfaces but there are still untested
+ (2014-9-5).