Set the real current user id of this process

Property definitions

posix :: posix $ Sys :: uid=
	# Set the real current user id of this process
	fun uid=(uid: Int): Bool `{ return setuid(uid); `}
lib/posix/posix.nit:26,2--27,51