bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH]: fix poll module under win32.


From: Yoann Vandoorselaere
Subject: [PATCH]: fix poll module under win32.
Date: Thu, 18 Jan 2007 10:34:55 +0100

Hi,

The poll module fail under Win32 because of the check for FD_SETSIZE.
Windows use a linear array of sockets (of size FD_SETSIZE). The
descriptor value is not used to address the array.

Attached is a patch that fixe this issue.

Regards,

-- 
Yoann Vandoorselaere | Responsable R&D / CTO | PreludeIDS Technologies
Tel: +33 (0)8 70 70 21 58                  Fax: +33(0)4 78 42 21 58
http://www.prelude-ids.com

Attachment: gnulib-poll-win32.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]