Fix problem with initialization of file actions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5508 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
061b48fe88
commit
9f1b5b2ff6
@ -65,6 +65,6 @@
|
|||||||
|
|
||||||
int posix_spawn_file_actions_init(FAR posix_spawn_file_actions_t *file_actions)
|
int posix_spawn_file_actions_init(FAR posix_spawn_file_actions_t *file_actions)
|
||||||
{
|
{
|
||||||
file_actions = NULL;
|
*file_actions = NULL;
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user