From 488264ef3ea16f95b481417634cdf5f931ebee1f Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 7 Jan 2013 15:20:21 +0000 Subject: Implement a simple vfork(). ARM only for now git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5486 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/ChangeLog') 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. -- cgit v1.2.3