Sign in
mojo
/
mojo
/
2f64806b047b83f7c49e0525d8f3499d7be23e27
/
.
/
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
;
}