summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pr/src/io/prsocket.c2
-rw-r--r--pr/src/pthreads/ptio.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/io/prsocket.c b/pr/src/io/prsocket.c
index 59078b71..3ab1100c 100644
--- a/pr/src/io/prsocket.c
+++ b/pr/src/io/prsocket.c
@@ -1122,7 +1122,7 @@ static PRIOMethods udpMethods = {
static PRIOMethods socketpollfdMethods = {
- PR_DESC_SOCKET_POLL,
+ (PRDescType) 0,
(PRCloseFN)_PR_InvalidStatus,
(PRReadFN)_PR_InvalidInt,
(PRWriteFN)_PR_InvalidInt,
diff --git a/pr/src/pthreads/ptio.c b/pr/src/pthreads/ptio.c
index 1b4c9203..d48b3a34 100644
--- a/pr/src/pthreads/ptio.c
+++ b/pr/src/pthreads/ptio.c
@@ -2741,7 +2741,7 @@ static PRIOMethods _pr_udp_methods = {
static PRIOMethods _pr_socketpollfd_methods = {
- PR_DESC_SOCKET_POLL,
+ (PRDescType) 0,
(PRCloseFN)_PR_InvalidStatus,
(PRReadFN)_PR_InvalidInt,
(PRWriteFN)_PR_InvalidInt,