#include #include "syscall.h" pid_t getpgrp(void) { return syscall(SYS_getpgrp); }