sleep() isn't defined to be per thread; use usleep() instead which is.
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 21 Feb 2012 22:46:41 +0000 (23:46 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Tue, 21 Feb 2012 22:46:41 +0000 (23:46 +0100)
commite1270db35d02e0c12db7417c4912451b0c664132
tree392e45e95fe7036c75f7fb7b57d4def98f9b0a41
parenteef0aa8dfaf6928394a5465603d5390895a7e743
sleep() isn't defined to be per thread; use usleep() instead which is.
citadel/threads.c