#include // for __syscall_2, syscall #include // for gid_t, setregid int setregid(gid_t rgid, gid_t egid) { return syscall(setregid, rgid, egid); }