mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
(pthread_mutex_init): Declare as a "weak" symbol.
(Logical change 1.71)
This commit is contained in:
parent
cfded02a05
commit
1d443a63ad
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
unconditionally and if -lpthread is around, they'll call the
|
unconditionally and if -lpthread is around, they'll call the
|
||||||
corresponding routines otherwise, they do nothing. */
|
corresponding routines otherwise, they do nothing. */
|
||||||
|
|
||||||
|
#pragma weak pthread_mutex_init
|
||||||
#pragma weak pthread_mutex_lock
|
#pragma weak pthread_mutex_lock
|
||||||
#pragma weak pthread_mutex_unlock
|
#pragma weak pthread_mutex_unlock
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue