1
0
Fork 0
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:
hp.com!davidm 2003-03-29 07:32:50 +00:00
parent cfded02a05
commit 1d443a63ad

View file

@ -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