From 707848e89c9ae1163fb94932d67ebdf1161776e3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 12 Oct 2011 02:32:57 +0000 Subject: Enable waitpid() in sim/nsh2 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4041 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/sim/nsh2/defconfig | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'nuttx/configs/sim') diff --git a/nuttx/configs/sim/nsh2/defconfig b/nuttx/configs/sim/nsh2/defconfig index 60689afc1..41d5903c7 100644 --- a/nuttx/configs/sim/nsh2/defconfig +++ b/nuttx/configs/sim/nsh2/defconfig @@ -182,13 +182,15 @@ CONFIG_PRIORITY_INHERITANCE=n CONFIG_SEM_PREALLOCHOLDERS=0 CONFIG_SEM_NNESTPRIO=0 CONFIG_FDCLONE_DISABLE=n +CONFIG_SIG_SIGWORK=4 +CONFIG_FDCLONE_STDIO=n +CONFIG_SDCLONE_DISABLE=y CONFIG_SCHED_WORKQUEUE=n CONFIG_SCHED_WORKPRIORITY=50 CONFIG_SCHED_WORKPERIOD=(50*1000) CONFIG_SCHED_WORKSTACKSIZE=1024 -CONFIG_SIG_SIGWORK=4 -CONFIG_FDCLONE_STDIO=n -CONFIG_SDCLONE_DISABLE=y +CONFIG_SCHED_WAITPID=y +CONFIG_SCHED_ATEXIT=n # # The following can be used to disable categories of -- cgit v1.2.3