summaryrefslogtreecommitdiff
path: root/nuttx/libc/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 17:37:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-10 17:37:29 +0000
commitc045ce53e389473aa4f68e295a7eb1e7e2a7b54d (patch)
treeeb86ac739b4fcdb3093d690ffb1d1a08841c94cb /nuttx/libc/Kconfig
parentd42aa4f4e68baefee31f4fda251f452a20fa863c (diff)
downloadnuttx-c045ce53e389473aa4f68e295a7eb1e7e2a7b54d.tar.gz
nuttx-c045ce53e389473aa4f68e295a7eb1e7e2a7b54d.tar.bz2
nuttx-c045ce53e389473aa4f68e295a7eb1e7e2a7b54d.zip
Completes implementation of posix_spawn. Still untested and undocumented
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5504 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/libc/Kconfig')
-rw-r--r--nuttx/libc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/libc/Kconfig b/nuttx/libc/Kconfig
index d739b6351..2f091f1c7 100644
--- a/nuttx/libc/Kconfig
+++ b/nuttx/libc/Kconfig
@@ -121,6 +121,14 @@ config EXECFUNCS_NSYMBOLS
symbols in that table. This selection provides the number of
symbols in the symbol table.
+config POSIX_SPAWN_STACKSIZE
+ int "posix_spawn Stack Size"
+ default 768
+ ---help---
+ If posix_spawn[p] uses I/O redirection options, then it will require
+ an intermediary/proxy task to muck with the file descriptors. This
+ configuration item specifies the stack size used for the proxy.
+
endif
config LIBC_STRERROR