[Sanitizer] Add pthread_attr_getaffinity_np to the list of versioned functions

llvm-svn: 193470
This commit is contained in:
Alexey Samsonov 2013-10-26 12:54:03 +00:00
parent 6b7500e1c3
commit 4cc939e6a6
1 changed files with 2 additions and 1 deletions

View File

@ -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',