The effective group id of this process

Property definitions

posix :: posix $ Sys :: egid
	# The effective group id of this process
	fun egid: Int `{ return getegid(); `}
lib/posix/posix.nit:47,2--48,38