1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/xpcom/tests/TestBlockingProcess.cpp Wed Dec 31 06:09:35 2014 +0100
1.3 @@ -0,0 +1,8 @@
1.4 +#include <prthread.h>
1.5 +
1.6 +int main()
1.7 +{
1.8 + while(1) PR_Sleep(PR_SecondsToInterval(10));
1.9 + return 0;
1.10 +}
1.11 +