Re: checks against FD_SETSIZE in _PR_MD_PR_POLL() function (w32poll.c)
Wan-Teh Chang <[email protected]> Mon, 17 Nov 2008 16:05:13 -0800
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Nov 17, 2008 at 3:59 PM, Aleksey Sanin <[email protected]> wrote: > Thanks! BTW, I don't think it presents a huge problem because at the moment > FD_SET() and other macros on Win32 platform do this check internally. I was > just > puzzled by this code :) Oh, I see. Then it's possible that I put that check after the for loop intentionally to so that we don't need to perform that check repeatedly in the for loop. Wan-Teh