Bug 1316436 - Remove NSPR dependency from TestBlockingProcess.cpp. r=bsmedberg

MozReview-Commit-ID: y1NuXrwEr9
This commit is contained in:
Eric Rahm
2016-11-10 13:02:03 -08:00
parent 4e89d3f3ac
commit af01454178

View File

@@ -1,6 +1,8 @@
#include <prthread.h>
#include <stdio.h>
int main()
{
while(1) PR_Sleep(PR_SecondsToInterval(10));
char tmp;
fread(&tmp, sizeof(tmp), 1, stdin);
return 0;
}