This is the mail archive of the cygwin-cvs@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]

src/winsup/cygwin ChangeLog dcrt0.cc thread.cc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	tpfaff@sourceware.org	2003-05-15 19:42:51

Modified files:
	winsup/cygwin  : ChangeLog dcrt0.cc thread.cc thread.h 

Log message:
	* thread.h (pthread::init_mainthread): Remove function parameter.
	(MTinterface::Init): Ditto.
	* thread.cc (MTinterface::Init): Remove function parameter.
	Always initialize reent_key.
	(pthread::init_mainthread): Remove function parameter.
	(MTinterface::fixup_after_fork): Fix pthread::init_mainthread call.
	* dcrt0.cc (dll_crt_0_1) Fix calls to MTinterface::Init and
	pthread::init_mainthread.
	Call pthread::init_mainthread only when not forked.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1894&r2=1.1895
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.173&r2=1.174
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.124&r2=1.125
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.68&r2=1.69


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