mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause.
svn:r549
This commit is contained in:
parent
f9f091eb0e
commit
74e6c03cab
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user