Native implementation of signal

Property definitions

signals :: signals $ Process :: native_kill
	# Native implementation of `signal`
	private fun native_kill(pid, signal: Int) `{ kill(pid, signal); `}
lib/signals/signals.nit:236,2--237,67