aboutsummaryrefslogtreecommitdiffstats
path: root/devel/nspr/files/patch-bugzilla-684758
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nspr/files/patch-bugzilla-684758')
-rw-r--r--devel/nspr/files/patch-bugzilla-68475811
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/nspr/files/patch-bugzilla-684758 b/devel/nspr/files/patch-bugzilla-684758
deleted file mode 100644
index efdb0c102451..000000000000
--- a/devel/nspr/files/patch-bugzilla-684758
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../pr/src/pthreads/ptio.c 2011-09-02 12:14:24.000000000 +0200
-+++ ../pr/src/pthreads/ptio.c 2011-09-02 12:14:27.000000000 +0200
-@@ -1635,7 +1635,7 @@
- PR_SetError(PR_BAD_DESCRIPTOR_ERROR, 0);
- return PR_FAILURE;
- }
-- if ((out_flags & (PR_POLL_WRITE | PR_POLL_EXCEPT | PR_POLL_ERR)) == 0)
-+ if ((out_flags & (PR_POLL_WRITE | PR_POLL_EXCEPT | PR_POLL_ERR | PR_POLL_HUP)) == 0)
- {
- PR_ASSERT(out_flags == 0);
- PR_SetError(PR_IN_PROGRESS_ERROR, 0);