This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r196639 - in /trunk/libjava: ChangeLog include/...


Author: gandalf
Date: Wed Mar 13 21:21:27 2013
New Revision: 196639

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196639
Log:
Use pthread_equal rather than != to compare thread IDs.

2013-03-12  Andrew John Hughes  <gnu.andrew@redhat.com>

	* include/posix-threads.h:
	(_Jv_MutexCheckMonitor(_Jv_Mutex_t)): Use
	pthread_equal rather than !=.


Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/include/posix-threads.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]