sys_setpgid
asmlinkage long sys_setpgid(pid_t pid, pid_t pgid);
__SYSCALL(__NR_setpgid, sys_setpgid)
return __sysret(sys_setpgid(pid, pgid));