musl-tcc/src/process/posix_spawnattr_destroy.c

7 lines
88 B
C

#include <spawn.h>
int posix_spawnattr_destroy(posix_spawnattr_t *attr)
{
return 0;
}