Skip to content

Commit

Permalink
[STATIC] Forgot this definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Sep 12, 2024
1 parent 1a637cb commit 693b4ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libtools/static_threads.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 693b4ad

Please sign in to comment.