summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-04 11:25:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-04 11:25:41 -0600
commit10dcb6b76416e1755f79f8ca9d07eae4ea630890 (patch)
treefa09c7f517e5e2054da0844401b05746a1942fbc /nuttx/ChangeLog
parent05911770800a5df297da2f28aec6b8f5c44ff103 (diff)
downloadnuttx-10dcb6b76416e1755f79f8ca9d07eae4ea630890.tar.gz
nuttx-10dcb6b76416e1755f79f8ca9d07eae4ea630890.tar.bz2
nuttx-10dcb6b76416e1755f79f8ca9d07eae4ea630890.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b8f4c3ad2..a62a149bf 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).