diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-12 14:07:15 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-12 14:07:15 +0200 |
| commit | 693b4adb4b814eb72fc02f6a21afe5139bd0ebff (patch) | |
| tree | 34bbd7a4c79bfd30bff6e11b63207e8394d51875 /src | |
| parent | 1a637cb1d8cbc952df67411369ed28bb0a4b99cf (diff) | |
| download | box64-693b4adb4b814eb72fc02f6a21afe5139bd0ebff.tar.gz box64-693b4adb4b814eb72fc02f6a21afe5139bd0ebff.zip | |
[STATIC] Forgot this definition
Diffstat (limited to 'src')
| -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); |