view src/ploki/hang.c @ 9687:d925a0bb792b

<shachaf> sled bin/hlnp//s#194#195 | 194#
author HackBot
date Mon, 14 Nov 2016 22:26:09 +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;
	}
}