summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;