#include "internal.h" int sys·getgid(void) { long ret = syscall(·GetGid); return error(ret); }