mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add _pthread_mutex_init_calloc_cb to libc's map, for which malloc defines
a stub.
This commit is contained in:
parent
44c7dfecd3
commit
0f7362f417
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue