mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 10:46:02 +08:00
syscall: Fix typo error in cvs and header file
and reoder the entry in cvs file Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
int task_spawn(FAR pid_t *pid, FAR const char *name, main_t entry,
|
||||
FAR const posix_spawn_file_actions_t *file_actions,
|
||||
FAR const posix_spawnattr_t *attr,
|
||||
FAR char *const argv[], FAR char *const envp[])
|
||||
FAR char * const argv[], FAR char * const envp[])
|
||||
{
|
||||
struct spawn_syscall_parms_s parms;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user