diff options
Diffstat (limited to 'lib/sanitizer_common/scripts')
-rwxr-xr-x | lib/sanitizer_common/scripts/gen_dynamic_list.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sanitizer_common/scripts/gen_dynamic_list.py b/lib/sanitizer_common/scripts/gen_dynamic_list.py index 8d2b9d31a..32ba92269 100755 --- a/lib/sanitizer_common/scripts/gen_dynamic_list.py +++ b/lib/sanitizer_common/scripts/gen_dynamic_list.py @@ -24,7 +24,8 @@ new_delete = set(['_ZdaPv', '_ZdaPvRKSt9nothrow_t', '_Znam', '_ZnamRKSt9nothrow_t', '_Znwm', '_ZnwmRKSt9nothrow_t']) -versioned_functions = set(['memcpy', 'pthread_cond_broadcast', +versioned_functions = set(['memcpy', 'pthread_attr_getaffinity_np', + 'pthread_cond_broadcast', 'pthread_cond_destroy', 'pthread_cond_init', 'pthread_cond_signal', 'pthread_cond_timedwait', 'pthread_cond_wait', 'realpath', |