X-Spam-Check-By: sourceware.org Message-ID: Date: Thu, 2 Feb 2006 18:55:26 +0530 From: Vinod Chowdappa To: cygwin AT cygwin DOT com Subject: Re: Select() In-Reply-To: <20060202120320.GQ15572@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <20060202120320 DOT GQ15572 AT calimero DOT vinschen DOT de> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 k12DPa7D010416 Hi On 2/2/06, Corinna Vinschen wrote: > > 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? > > See the Makefile. cygwin.din is converted to cygwin.def, a standard > export definition file for the linker. > Could you briefly explain the format of the .din file? What does SIGFE mean? Does "select = cygwin_select SIGFE" mean select is a weak alias to cygwin_select? And cygwin_select is itself not exported? TIA 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/