summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2137768d1..4f6f226f9 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8632,3 +8632,6 @@
Documentation/NuttxUserGuide.html: Add the documentation, build
framework, and skeleton files for the shared memory feature (no logic
yet provided) (2014-9-22).
+ * include/sys/syscall.h, syscall/syscall.csv, syscall_lookup.h, and
+ syscall_stublookup.c: Add system calls for shared memory interfaces
+ (2014-9-22).