blob: 3a65abf776139dcb5d2f7284c8a8aa7bb872f4ae [file] [log] [blame]
#include <spawn.h>
int posix_spawnattr_init(posix_spawnattr_t* attr) {
*attr = (posix_spawnattr_t){};
return 0;
}