CVSROOT: /cvs/uberbaum
Module name: winsup
Changes by: [email protected] 2011-02-26 23:30:33
Modified files:
cygwin : ChangeLog autoload.cc
Log message:
* autoload.cc: Use LoadDLLfuncEx3 for all winmm functions. Accommodate
changes
to LoadDLLprime.
(LoadDLLprime): Take an extra argument indicating whether this dll needs
special handling on fork. Place this information in the "handle"
location.
(LoadDLLfuncEx3): Eliminate "func" handling. Pass new
no_resolve_on_fork
argument to LoadDLLprime.
(dll_load): New function.
(std_dll_init): Accommodate changes to dll_info::handle. Use dll_load
to load
DLL in both cases where it is used.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5174&r2=1.5175
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/autoload.cc.diff?cvsroot=uberbaum&r1=1.184&r2=1.185