#include "internal.h" int sys·getpgid(int pid) { long ret = syscall(·GetPGid, pid); return error(ret); }