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