зеркало из https://github.com/mozilla/pjs.git
Bug 543438 - TestBlockingProcess relies on stdin to "block". r=dtownsend
This commit is contained in:
Родитель
506342f16c
Коммит
fea6270a75
|
@ -1,9 +1,8 @@
|
|||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
char text[20];
|
||||
fgets(text, sizeof text, stdin);
|
||||
while(1) sleep(10);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче