#include // for __syscall_0, syscall #include // for getegid, gid_t gid_t getegid(void) { return syscall(getegid); }