delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Date: | Thu, 2 Feb 2006 14:31:28 +0100 |
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Select() |
Message-ID: | <20060202133128.GR15572@calimero.vinschen.de> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <a96a10220602020320t7b68235bo8e3afb8d3227f4d8 AT mail DOT gmail DOT com> <20060202120320 DOT GQ15572 AT calimero DOT vinschen DOT de> <a96a10220602020525t2c2b3355w46178450a35f4711 AT mail DOT gmail DOT com> |
Mime-Version: | 1.0 |
In-Reply-To: | <a96a10220602020525t2c2b3355w46178450a35f4711@mail.gmail.com> |
User-Agent: | Mutt/1.4.2i |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Feb 2 18:55, Vinod Chowdappa wrote: > On 2/2/06, Corinna Vinschen <corinna-cygwin AT cygwin DOT com> wrote: > > > 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? Basically same format as .def files. For SIGFE see how-signals-work.txt in the source dir. > And cygwin_select is itself not exported? No, what would that be good for? The function has another name internally so that it can be easily distinguished from the WinSock function select. See net.cc for more examples. That's the only reason for using another name. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |