forked from OSchip/llvm-project
[Sanitizer] Add pthread_attr_getaffinity_np to the list of versioned functions
llvm-svn: 193470
This commit is contained in:
parent
6b7500e1c3
commit
4cc939e6a6
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue