summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 23:50:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 23:50:25 +0000
commit6b609c486fe76cb17eb432060ac527375da1dc5f (patch)
tree3bea4aa7ff962865f6bdc0ffb6180833485a5662 /apps/examples
parent21f2738e02dd053cd9a9d3760e32b1c15677264c (diff)
downloadpx4-nuttx-6b609c486fe76cb17eb432060ac527375da1dc5f.tar.gz
px4-nuttx-6b609c486fe76cb17eb432060ac527375da1dc5f.tar.bz2
px4-nuttx-6b609c486fe76cb17eb432060ac527375da1dc5f.zip
Fixed ARM vfork; re-enabled vfork OS test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5490 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/ostest/vfork.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/examples/ostest/vfork.c b/apps/examples/ostest/vfork.c
index 8657f0ceb..4e1b8c892 100644
--- a/apps/examples/ostest/vfork.c
+++ b/apps/examples/ostest/vfork.c
@@ -51,12 +51,6 @@
* Pre-processor Definitions
****************************************************************************/
-/* Disabled this test for now. There are some issues with the vfork
- * implementation.
-*/
-
-#undef CONFIG_ARCH_HAVE_VFORK
-
/****************************************************************************
* Private Data
****************************************************************************/