Bug 846687 - Set the transport as non-seekable if the server sends Accept-Ranges...
[gecko.git] / xpcom / tests / TestBlockingProcess.cpp
blob0dc781eff9f3700a9886331d10246ac26c025867
1 #include <prthread.h>
3 int main()
5 while(1) PR_Sleep(PR_SecondsToInterval(10));
6 return 0;