From 1eb38cb8fea26141eb06d6fe2336d99bceb75cb5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 5 Oct 2014 07:12:13 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4a1c8dba7f..2fe9f9c7bf 100755 --- a/ChangeLog +++ b/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).