aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
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
commitdb161f73bc2608dbb8ad8c022609198f7f0b3f95 (patch)
tree60b33dff14781a7f98e7c78b6f47243cace54e77 /nuttx/include
parent43e22b2b98bacc15438133b5823d545806c8d092 (diff)
downloadpx4-firmware-db161f73bc2608dbb8ad8c022609198f7f0b3f95.tar.gz
px4-firmware-db161f73bc2608dbb8ad8c022609198f7f0b3f95.tar.bz2
px4-firmware-db161f73bc2608dbb8ad8c022609198f7f0b3f95.zip
Documentation update
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5512 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-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)