Current real group id of this process

Property definitions

posix :: posix $ Sys :: gid
	# Current real group id of this process
	fun gid: Int `{ return getgid(); `}
lib/posix/posix.nit:35,2--36,36