#include #include pid_t getpgid(pid_t pid) { return syscall(getpgid, pid); }