summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f4f697563..e2d8a586b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3878,5 +3878,6 @@
* sched/os_bringup.c: Remove support for CONFIG_BUILTIN_APP_START.
This is not really a useful feature and creates a violation of the
OS layered architecture.
-
+ * include/unistd.h, arch/arch/src/*: Implement a simple vfork().
+ On initial checkin, this API is available only for ARM platforms.