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