2BSD/upgrade/libretro/_getuid.c.16ui

/* getuid is supposed to return full word (integer) uid */
_getuid()
{

	return (getuid());
}