Set the current real group id of this process

Property definitions

posix :: posix $ Sys :: gid=
	# Set the current real group id of this process
	fun gid=(gid: Int): Bool `{ return setgid(gid); `}
lib/posix/posix.nit:32,2--33,51