void _exit (int _status)
{
  (void)_status;
  while (1) {
	;
  }
}