Skip to content
Snippets Groups Projects
Commit 74e6c03c authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause.

svn:r549
parent f9f091eb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment