1 2 3 4 5 6 7 8 9
#define setpgid __setpgid #include <syscall.h> #include <unistd.h> int setpgrp(void) { return setpgid(0,0); }