Sign in
cobalt
/
cobalt
/
286dd7840608e9cf78bc4a603ff2ec2ee39750c5
/
.
/
src
/
third_party
/
musl
/
src
/
process
/
posix_spawn_file_actions_init.c
blob: 89d5e1278908d4026292c31be6b0a6d958b41f47 [
file
] [
log
] [
blame
]
#include
<spawn.h>
int
posix_spawn_file_actions_init
(
posix_spawn_file_actions_t
*
fa
)
{
fa
->
__actions
=
0
;
return
0
;
}