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