This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Use pthread_equal to compare thread IDs
- From: Andrew Haley <aph at redhat dot com>
- To: Andrew Hughes <gnu dot andrew at redhat dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Wed, 13 Mar 2013 19:51:12 +0000
- Subject: Re: [PATCH] Use pthread_equal to compare thread IDs
- References: <1186349091.18187087.1363202660791.JavaMail.root@redhat.com>
On 03/13/2013 07:24 PM, Andrew Hughes wrote:
> 2013-03-12 Andrew John Hughes <gnu.andrew@redhat.com>
>
> * include/posix-threads.h:
> (_Jv_MutexCheckMonitor(_Jv_Mutex_t)): Use
> pthread_equal rather than !=.
>
> Ok for trunk?
Yes, thanks.
Andrew.