pthread_mutex_unlock needs to use _rel semantics for atomic ops.
commit23d488f45e716ac4076d5b7d9394977bc6beb42a
authorUlrich Drepper <drepper@redhat.com>
Mon, 27 Jul 2009 20:46:56 +0000 (27 13:46 -0700)
committerAndreas Schwab <schwab@redhat.com>
Wed, 29 Jul 2009 09:19:39 +0000 (29 11:19 +0200)
treef2201e364741e8aad8e332fc5bfd76e5d5e7484b
parent07e2253d98c0136d9ad3f7ddd38ec1a2d7d2dc4e
pthread_mutex_unlock needs to use _rel semantics for atomic ops.
(cherry picked from commit e73e694e38b7b222eec3ec5897eb507d88bb8928)
nptl/ChangeLog
nptl/pthread_mutex_unlock.c