c97f0d99
1 2 3 4 5 6 7
#include <spawn.h> int posix_spawnattr_setflags(posix_spawnattr_t *attr, short flags) { attr->__flags = flags; return 0; }