OSDN Git Service

Work around a bug in Immersion's libImmEmulatorJ.so.
authorElliott Hughes <enh@google.com>
Tue, 7 Oct 2014 23:02:11 +0000 (16:02 -0700)
committerElliott Hughes <enh@google.com>
Tue, 7 Oct 2014 23:02:11 +0000 (16:02 -0700)
commit7d3f553f989f830976efa92ddc3c84661d4d42aa
treecb8560d4abe6a37b4e45ca577e579d182d42aa6a
parenteeb9aa02b7f307a1d9b80731dd69ef9dd2f47e47
Work around a bug in Immersion's libImmEmulatorJ.so.

This library calls pthread_mutex_lock and pthread_mutex_unlock with a NULL
pthread_mutex_t*. This gives them (and their users) one release to fix things.

Bug: 17443936
Change-Id: I3b63c9a3dd63db0833f21073e323b3236a13b47a
libc/bionic/pthread_mutex.cpp
libc/include/pthread.h