summaryrefslogtreecommitdiff
path: root/nuttx/include/spawn.h
diff options
context:
space:
mode:
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)