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