comparison src/ploki/hang.c @ 4223:ac0403686959

<oerjan> rm -rf src/ploki; mv ploki src
author HackBot
date Fri, 20 Dec 2013 22:18:50 +0000
parents
children
comparison
equal deleted inserted replaced
4222:b0f3e267bb1e 4223:ac0403686959
1 #include "config.h"
2 #include "hang.h"
3
4 #if HAVE_SLEEP_P
5 #include SLEEP_HEADER
6 #endif
7
8 void hang(void) {
9 for (;;) {
10 DO_SLEEP;
11 }
12 }