Re: [PATCH] pthread_equal

2003-03-20 Thread Robert Collins
On Thu, 2003-03-20 at 18:28, Thomas Pfaff wrote: > On Wed, 19 Mar 2003, Robert Collins wrote: > > > On Thu, 2003-03-20 at 00:54, Thomas Pfaff wrote: > > > 2003-03-19 Thomas Pfaff <[EMAIL PROTECTED]> > > > > > > * pthread.cc (pthread_equal): Replacement for pthread_equal in > > > thread.cc. >

Re: [PATCH] pthread_equal

2003-03-19 Thread Thomas Pfaff
On Wed, 19 Mar 2003, Robert Collins wrote: > On Thu, 2003-03-20 at 00:54, Thomas Pfaff wrote: > > 2003-03-19 Thomas Pfaff <[EMAIL PROTECTED]> > > > > * pthread.cc (pthread_equal): Replacement for pthread_equal in > > thread.cc. > > * thread.cc: Rename pthread_equal to pthread::equa

Re: [PATCH] pthread_equal

2003-03-19 Thread Robert Collins
On Thu, 2003-03-20 at 00:54, Thomas Pfaff wrote: > 2003-03-19 Thomas Pfaff <[EMAIL PROTECTED]> > > * pthread.cc (pthread_equal): Replacement for pthread_equal in > thread.cc. > * thread.cc: Rename pthread_equal to pthread::equal throughout. > (pthread_equal): Remove. >

[PATCH] pthread_equal

2003-03-19 Thread Thomas Pfaff
2003-03-19 Thomas Pfaff <[EMAIL PROTECTED]> * pthread.cc (pthread_equal): Replacement for pthread_equal in thread.cc. * thread.cc: Rename pthread_equal to pthread::equal throughout. (pthread_equal): Remove. * thread.h (pthread::equal): New static method.