summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-04-01 05:12:35 +0000
committerwtc%netscape.com <devnull@localhost>1999-04-01 05:12:35 +0000
commitab19a5682cee8fe36ff7f2181c19d85c73eb71b6 (patch)
tree40ee47a5ffdf0b40267c396a98a85382efb47e77
parent89cef9f11fba8b2336d308bc0ab4fa2470420abd (diff)
downloadnspr-hg-ab19a5682cee8fe36ff7f2181c19d85c73eb71b6.tar.gz
The SocketPollFD functions are moved from public header(prio.h) to private
header (pprio.h). The PRDescType is set to 0.
-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,