summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4a1c8dba7..2fe9f9c7b 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8741,3 +8741,10 @@
* 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).
+ * include/signal.h and sched/Kconfig: Add definitions for SIGPOLL
+ (2014-9-5).
+ * 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).