On Feb 2 18:55, Vinod Chowdappa wrote: > On 2/2/06, Corinna Vinschen <[EMAIL PROTECTED]> 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/