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

tpfaff@cygwin.com tpfaff@cygwin.com
Thu May 15 19:42:00 GMT 2003


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



More information about the Cygwin-cvs mailing list