Current real user id of this process

Property definitions

posix :: posix $ Sys :: uid
	# Current real user id of this process
	fun uid: Int `{ return getuid(); `}
lib/posix/posix.nit:29,2--30,36