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