From 693b4adb4b814eb72fc02f6a21afe5139bd0ebff Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 12 Sep 2024 14:07:15 +0200 Subject: [STATIC] Forgot this definition --- src/libtools/static_threads.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libtools') 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); -- cgit 1.4.1