This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Select()


On Feb  2 16:50, Vinod Chowdappa wrote:
> 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?

See the Makefile.  cygwin.din is converted to cygwin.def, a standard
export definition file for the linker.


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]