This is the mail archive of the cygwin-patches@cygwin.com 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: RTLD_DEFAULT & RTLD_NEXT


On Sep  7 16:52, Sam Steingold wrote:
> the (C) assignment is in the mail.

Cool.  I'm looking forward to getting the ok from our HQ.

> Index: src/winsup/cygwin/autoload.cc
> ===================================================================
> RCS file: /cvs/src/src/winsup/cygwin/autoload.cc,v
> retrieving revision 1.87
> diff -u -w -r1.87 autoload.cc
> --- src/winsup/cygwin/autoload.cc	3 Sep 2004 01:32:02 -0000	1.87
> +++ src/winsup/cygwin/autoload.cc	7 Sep 2004 20:47:33 -0000
> @@ -309,6 +309,7 @@
>  LoadDLLfunc (DeregisterEventSource, 4, advapi32)
>  LoadDLLfunc (DuplicateToken, 12, advapi32)
>  LoadDLLfuncEx (DuplicateTokenEx, 24, advapi32, 1)
> +LoadDLLfuncEx (EnumProcessModules, 16, psapi, 1)

That's not quite the right place to add this line ;-)
Hint:  The autoload list is sorted by libraries...

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.


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