X-Spam-Check-By: sourceware.org Message-ID: Date: Thu, 2 Feb 2006 16:50:35 +0530 From: Vinod Chowdappa To: cygwin AT cygwin DOT com Subject: Select() MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k12BKmhH030350 Hi, Could somebody tell me how is select() resolved to cygwin_select() eventually? I believe cygwin_select() is the core select() implementation, but to the user it is the POSIX API select() that is exported. I see these lines, _select = cygwin_select SIGFE select = cygwin_select SIGFE in cygwin.din. Not sure what this file is and how is it used exactly? Would appreciate if these doubts can be clarified. -- Br, Vinod -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/