зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1293329, NSPR_4_13_BETA3, reusing r=ted
This commit is contained in:
Родитель
19dc112fbb
Коммит
6817028a44
|
@ -1 +1 @@
|
||||||
NSPR_4_13_BETA2
|
NSPR_4_13_BETA3
|
||||||
|
|
|
@ -10,3 +10,4 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#error "Do not include this header file."
|
#error "Do not include this header file."
|
||||||
|
|
||||||
|
|
|
@ -3338,6 +3338,7 @@ static PRFileDesc *pt_SetMethods(
|
||||||
case PR_DESC_PIPE:
|
case PR_DESC_PIPE:
|
||||||
fd->methods = PR_GetPipeMethods();
|
fd->methods = PR_GetPipeMethods();
|
||||||
pt_MakeFdNonblock(osfd);
|
pt_MakeFdNonblock(osfd);
|
||||||
|
fd->secret->nonblocking = PR_TRUE;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче