зеркало из https://github.com/mozilla/gecko-dev.git
The SocketPollFD functions are moved from public header(prio.h) to private
header (pprio.h). The PRDescType is set to 0.
This commit is contained in:
Родитель
78f068a3fe
Коммит
7f3767c2db
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче