#include <unistd.h>
#include "syscall.h"

gid_t getegid(void)
{
	return syscall(SYS_getegid);
}