#include "stddef.h" #include "sys/types.h" #include #include "nonstd/syscall.h" pid_t getpgrp(void) { SYSCALL("getpgrp", pid_t, -1, 0, 0, 0, 0, 0, 0); } /* POSIX(1) */