summaryrefslogtreecommitdiff
path: root/nuttx/libc/unistd
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/unistd
parentd42aa4f4e68baefee31f4fda251f452a20fa863c (diff)
downloadpx4-nuttx-c045ce53e389473aa4f68e295a7eb1e7e2a7b54d.tar.gz
px4-nuttx-c045ce53e389473aa4f68e295a7eb1e7e2a7b54d.tar.bz2
px4-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/unistd')
-rw-r--r--nuttx/libc/unistd/lib_execv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/libc/unistd/lib_execv.c b/nuttx/libc/unistd/lib_execv.c
index b0f4136f1..6d09bf481 100644
--- a/nuttx/libc/unistd/lib_execv.c
+++ b/nuttx/libc/unistd/lib_execv.c
@@ -68,7 +68,7 @@
#endif
/****************************************************************************
- * Global Variables
+ * Public Variables
****************************************************************************/
extern struct symtab_s CONFIG_EXECFUNCS_SYMTAB;
@@ -78,7 +78,7 @@ extern struct symtab_s CONFIG_EXECFUNCS_SYMTAB;
****************************************************************************/
/****************************************************************************
- * Global Functions
+ * Public Functions
****************************************************************************/
/****************************************************************************