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
74e6c03c
Commit
74e6c03c
authored
Oct 07, 2003
by
Nick Mathewson
🎨
Browse files
Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause.
svn:r549
parent
f9f091eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/fakepoll.c
View file @
74e6c03c
...
...
@@ -29,7 +29,7 @@
int
poll
(
struct
pollfd
*
ufds
,
unsigned
int
nfds
,
int
timeout
)
{
unsigned
int
idx
,
maxfd
,
fd
;
int
idx
,
maxfd
,
fd
;
int
r
;
#ifdef MS_WINDOWS
int
any_fds_set
=
0
;
...
...
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