Re: [PATCH] Change pthread equations

2003-03-27 Thread Robert Collins
On Thu, 2003-03-27 at 23:52, Thomas Pfaff wrote: > 2003-03-27 Thomas Pfaff <[EMAIL PROTECTED]> > > * thread.cc: Change 1==foo equations to foo==1 throughout. Thanks again - please apply. I don't know if you meant to do this: - return (pthread_equal ((*mutex)->owner, self)) && 1 == (*mut

Re: [PATCH] Change pthread equations

2003-03-27 Thread Christopher Faylor
On Thu, Mar 27, 2003 at 01:52:15PM +0100, Thomas Pfaff wrote: > >2003-03-27 Thomas Pfaff <[EMAIL PROTECTED]> > > * thread.cc: Change 1==foo equations to foo==1 throughout. This one on the other hand, I do care about... Thanks for doing this. cgf

[PATCH] Change pthread equations

2003-03-27 Thread Thomas Pfaff
2003-03-27 Thomas Pfaff <[EMAIL PROTECTED]> * thread.cc: Change 1==foo equations to foo==1 throughout. diff -urp src.old/winsup/cygwin/thread.cc src/winsup/cygwin/thread.cc --- src.old/winsup/cygwin/thread.cc 2003-03-27 12:56:03.0 +0100 +++ src/winsup/cygwin/thread.cc 2003-0