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()


Hi

On 2/2/06, Corinna Vinschen <corinna-cygwin@cygwin.com> 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/


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