diff --git a/lib/sanitizer_common/scripts/gen_dynamic_list.py b/lib/sanitizer_common/scripts/gen_dynamic_list.py index de8ea4d0f7..8d2b9d31a3 100755 --- a/lib/sanitizer_common/scripts/gen_dynamic_list.py +++ b/lib/sanitizer_common/scripts/gen_dynamic_list.py @@ -25,9 +25,10 @@ '_Znwm', '_ZnwmRKSt9nothrow_t']) versioned_functions = set(['memcpy', 'pthread_cond_broadcast', - 'pthread_cond_destroy', 'pthread_cond_signal', - 'pthread_cond_timedwait', 'pthread_cond_wait', - 'realpath', 'sched_getaffinity']) + 'pthread_cond_destroy', 'pthread_cond_init', + 'pthread_cond_signal', 'pthread_cond_timedwait', + 'pthread_cond_wait', 'realpath', + 'sched_getaffinity']) def get_global_functions(library): functions = []