summaryrefslogtreecommitdiff
path: root/nuttx/include/spawn.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-11 21:51:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-11 21:51:54 +0000
commit5a180ec4940c993311eedddaa13194f9977968f1 (patch)
tree60b33dff14781a7f98e7c78b6f47243cace54e77 /nuttx/include/spawn.h
parent049b66a75a6f7795b5e80ce70122479f2ef31586 (diff)
downloadnuttx-5a180ec4940c993311eedddaa13194f9977968f1.tar.gz
nuttx-5a180ec4940c993311eedddaa13194f9977968f1.tar.bz2
nuttx-5a180ec4940c993311eedddaa13194f9977968f1.zip
Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5512 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/spawn.h')
-rw-r--r--nuttx/include/spawn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/spawn.h b/nuttx/include/spawn.h
index 39ed9be15..5e0ce3416 100644
--- a/nuttx/include/spawn.h
+++ b/nuttx/include/spawn.h
@@ -112,7 +112,7 @@ extern "C"
#ifdef CONFIG_BINFMT_EXEPATH
int posix_spawnp(FAR pid_t *pid, FAR const char *path,
FAR const posix_spawn_file_actions_t *file_actions,
- FAR const posix_spawnattr_t * attr,
+ FAR const posix_spawnattr_t *attr,
FAR char *const argv[], FAR char *const envp[]);
#define posix_spawn(pid,path,file_actions,attr,argv,envp) \
posix_spawnp(pid,path,file_actions,attr,argv,envp)