view src/ploki/hang.c @ 6160:73b7aa95bc0c

<boily> ` rm \'wisdom/"portmanteau"\'
author HackBot
date Fri, 30 Oct 2015 00:53:47 +0000
parents ac0403686959
children
line wrap: on
line source

#include "config.h"
#include "hang.h"

#if HAVE_SLEEP_P
	#include SLEEP_HEADER
#endif

void hang(void) {
	for (;;) {
		DO_SLEEP;
	}
}