CVSROOT: /cvs/uberbaum
Module name: winsup
Changes by: [email protected] 2010-03-09 16:07:15
Modified files:
cygwin : ChangeLog shared.cc
Log message:
* shared.cc (inst_root_inited): Delete.
* (shared_info::initialize): Reorganize. Move call to
init_installation_root
here under spinlock control. Move unneeded non-shared_info
initialization out
of this function.
(memory_init): Remove call to init_installation_root. Call heap_init
and
get_session_parent_dir here.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4858&r2=1.4859
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/shared.cc.diff?cvsroot=uberbaum&r1=1.130&r2=1.131