Sign in
mojo
/
mojo-tools
/
862d13b6f591fb83034e80ed5a8c59fb9d0b7b56
/
.
/
fusl
/
src
/
process
/
posix_spawn_file_actions_init.c
blob: 999f70a15dd928e8bdd2677c37d819808e5610be [
file
] [
log
] [
blame
]
#include
<spawn.h>
int
posix_spawn_file_actions_init
(
posix_spawn_file_actions_t
*
fa
)
{
fa
->
__actions
=
0
;
return
0
;
}