Sign in
mojo
/
mojo-tools
/
862d13b6f591fb83034e80ed5a8c59fb9d0b7b56
/
.
/
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
;
}