CVSROOT: /cvs/uberbaum
Module name: winsup
Changes by: [EMAIL PROTECTED] 2005-07-03 03:25:19
Modified files:
cygwin : ChangeLog thread.cc thread.h
Log message:
* thread.h (verifyable_object_state verifyable_object_isvalid): Delete
function
declaration that should have been static.
* thread.cc (verifyable_object_state verifyable_object_isvalid): Make
inline
static.
(pthread*::is_good_object): Move to directly after
verifyable_object_state
verifyable_object_isvalid and make inline.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.2984&r2=1.2985
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.cc.diff?cvsroot=uberbaum&r1=1.186&r2=1.187
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.h.diff?cvsroot=uberbaum&r1=1.98&r2=1.99