Commit 430aa868 by John David Anglin Committed by John David Anglin

re PR target/47792 (concurrence.h:292:9: error: '__gthread_mutex_destroy' was…

re PR target/47792 (concurrence.h:292:9: error: '__gthread_mutex_destroy' was not declared in this scope)

	PR target/47792
	* gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.

From-SVN: r170281
parent 62dd9571
2011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/47792
* gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
2011-02-18 Anatoly Sokolov <aesok@post.ru>
* config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
......
......@@ -483,7 +483,7 @@ __gthread_mutex_init_function (__gthread_mutex_t *__mutex)
}
static inline int
__gthread_mutx_destroy (__gthread_mutex_t *__mutex)
__gthread_mutex_destroy (__gthread_mutex_t *__mutex)
{
if (__gthread_active_p ())
return __gthrw_(pthread_mutex_destroy) (__mutex);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment