Add _pthread_mutex_init_calloc_cb to libc's map, for which malloc defines

a stub.
This commit is contained in:
Jason Evans 2007-11-27 16:22:21 +00:00
parent 44c7dfecd3
commit 0f7362f417

View File

@ -378,6 +378,7 @@ FBSDprivate_1.0 {
_pthread_kill;
_pthread_main_np;
_pthread_mutex_destroy;
_pthread_mutex_init_calloc_cb;
_pthread_mutex_init;
_pthread_mutex_lock;
_pthread_mutex_trylock;