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

a stub.
This commit is contained in:
jasone 2007-11-27 16:22:21 +00:00
parent 3a7e672361
commit a32c67c9ab

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;