Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ZerXes
Tor
Commits
f9f091eb
Commit
f9f091eb
authored
Oct 07, 2003
by
Roger Dingledine
Browse files
do not ask for whom there's an error, it polls for thee
svn:r548
parent
6957f8ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/fakepoll.c
View file @
f9f091eb
...
...
@@ -61,8 +61,7 @@ poll(struct pollfd *ufds, unsigned int nfds, int timeout)
FD_SET
(
fd
,
&
readfds
);
if
(
ufds
[
idx
].
events
&
POLLOUT
)
FD_SET
(
fd
,
&
writefds
);
if
(
ufds
[
idx
].
events
&
POLLERR
)
FD_SET
(
fd
,
&
exceptfds
);
FD_SET
(
fd
,
&
exceptfds
);
}
#ifdef MS_WINDOWS
if
(
!
any_fds_set
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment