diff options
Diffstat (limited to 'src/libtools')
| -rw-r--r-- | src/libtools/static_threads.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtools/static_threads.h b/src/libtools/static_threads.h index 976a5189..07907987 100644 --- a/src/libtools/static_threads.h +++ b/src/libtools/static_threads.h @@ -94,6 +94,7 @@ int my_pthread_cond_timedwait_old(x64emu_t* emu, pthread_cond_old_t* cond, void* int my_pthread_cond_wait_old(x64emu_t* emu, pthread_cond_old_t* cond, void* mutex); int my_pthread_getaffinity_np_old(x64emu_t* emu, pthread_t thread, void* cpuset); int my_pthread_setaffinity_np_old(x64emu_t* emu, pthread_t thread, void* cpuset); +int my_pthread_attr_setaffinity_np_old(x64emu_t* emu, pthread_attr_t* attr, void* cpuset); extern int __pthread_mutexattr_destroy(pthread_mutexattr_t *attr); |