#include "lib.h" #include #include "sys9.h" int setpgid(pid_t pid, pid_t pgid) { return -1; }