Set the effective group id of this process

Property definitions

posix :: posix $ Sys :: egid=
	# Set the effective group id of this process
	fun egid=(gid: Int): Bool `{ return setegid(gid); `}
lib/posix/posix.nit:44,2--45,53