Sign in
mojo
/
mojo-tools
/
17dd2f6df02650b221769d39c55857e06602a733
/
.
/
fusl
/
src
/
process
/
posix_spawnattr_destroy.c
blob: 8e59b9724c841c63e7690bb25585889581d94a1d [
file
]
#include
<spawn.h>
int
posix_spawnattr_destroy
(
posix_spawnattr_t
*
attr
)
{
return
0
;
}