commit | 1d443a63adfaa890c96ef95a58f2b6bafa82b281 | [log] [tgz] |
---|---|---|
author | hp.com!davidm <hp.com!davidm> | Sat Mar 29 07:32:50 2003 +0000 |
committer | hp.com!davidm <hp.com!davidm> | Sat Mar 29 07:32:50 2003 +0000 |
tree | b3e98d6c0e3f5df212336a568339a54f633df5ca | |
parent | cfded02a05f7fd5314ca4619b53005955a60acee [diff] [blame] |
(pthread_mutex_init): Declare as a "weak" symbol. (Logical change 1.71)
diff --git a/include/internal.h b/include/internal.h index 9e6ca25..8bfbf65 100644 --- a/include/internal.h +++ b/include/internal.h
@@ -83,6 +83,7 @@ unconditionally and if -lpthread is around, they'll call the corresponding routines otherwise, they do nothing. */ +#pragma weak pthread_mutex_init #pragma weak pthread_mutex_lock #pragma weak pthread_mutex_unlock