blob: 14d6cb4c518ecb832dc8060992f9250cce511550 [file] [log] [blame]
#include <spawn.h>
int posix_spawnattr_setflags(posix_spawnattr_t* attr, short flags) {
attr->__flags = flags;
return 0;
}