Update self clock.

Property definitions

realtime $ Timespec :: update
	# Update `self` clock.
	fun update `{
		nit_clock_gettime(CLOCK_MONOTONIC, self);
	`}
lib/realtime/realtime.nit:83,2--86,3