From 1b3b59b2ee007ebba84ad3957892e6820d2f0fa7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 4 Oct 2014 11:25:41 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b8f4c3ad2b..a62a149bf0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8729,9 +8729,11 @@ Add support for 64-bit lonjmp/setjmp in simulator platform. This will permit operation of the simulation natively on a 64-bit platform (2014-10-2). - * include/fcntl.h: Implement create() as a macro (2014-10/4). + * include/fcntl.h: Implement create() as a macro (2014-10-4). * fs/vfs/Make.defs, fs_pread.c fs_pwrite.c, and include/unistd.h: Add pread() and pwrite() (2014-10-4). * include/sys/syscall.h syscall/syscall.csv, syscall_lookup.h, and syscall_stublookup.c: Add pread() and pwrite() system calls (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).