summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2016-10-19 15:52:03 +0200
committerKai Engert <kaie@kuix.de>2016-10-19 15:52:03 +0200
commitcd68be89fd17b756968694cf990d9ff70e199c1a (patch)
treec3f276d454f3eb66fcc15e02afaf15c9d073d509
parentbc5fb8ad743df142baf2d1fada637ea5e15f4a80 (diff)
downloadnspr-hg-cd68be89fd17b756968694cf990d9ff70e199c1a.tar.gz
Bug 1289145, Backed out changeset c5f7511ed276, revert pipes to be blocking, r=tedmielczarek for backoutNSPR_4_14_BETA2
-rw-r--r--pr/src/pthreads/ptio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pr/src/pthreads/ptio.c b/pr/src/pthreads/ptio.c
index adb9d7d7..47848b70 100644
--- a/pr/src/pthreads/ptio.c
+++ b/pr/src/pthreads/ptio.c
@@ -3338,7 +3338,6 @@ static PRFileDesc *pt_SetMethods(
case PR_DESC_PIPE:
fd->methods = PR_GetPipeMethods();
pt_MakeFdNonblock(osfd);
- fd->secret->nonblocking = PR_TRUE;
break;
default:
break;