about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-12 14:07:15 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-12 14:07:15 +0200
commit693b4adb4b814eb72fc02f6a21afe5139bd0ebff (patch)
tree34bbd7a4c79bfd30bff6e11b63207e8394d51875 /src
parent1a637cb1d8cbc952df67411369ed28bb0a4b99cf (diff)
downloadbox64-693b4adb4b814eb72fc02f6a21afe5139bd0ebff.tar.gz
box64-693b4adb4b814eb72fc02f6a21afe5139bd0ebff.zip
[STATIC] Forgot this definition
Diffstat (limited to 'src')
-rw-r--r--src/libtools/static_threads.h1
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);