Set the effective user id of this process

Property definitions

posix :: posix $ Sys :: euid=
	# Set the effective user id of this process
	fun euid=(uid: Int): Bool `{ return seteuid(uid); `}
lib/posix/posix.nit:38,2--39,53