blob: a856f419da9fff3aa2fc9e8624254d03ae08c262 [file] [log] [blame]
#include <unistd.h>
pid_t setpgrp(void) {
return setpgid(0, 0);
}