#include #include int setpgid(pid_t pid, pid_t pgid) { return syscall(setpgid, pid, pgid); }