diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-12 10:32:11 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-12 10:32:11 +0200 |
| commit | d1d2de33e69449689c64b30ff486f48f2145d77c (patch) | |
| tree | f65dc765d1cc2815e93f5d729af3c7b69a49cd40 /src/wrapped/generated/functions_list.txt | |
| parent | ab84faa3ca3718ef14e1291f357f7876636a1687 (diff) | |
| download | box64-d1d2de33e69449689c64b30ff486f48f2145d77c.tar.gz box64-d1d2de33e69449689c64b30ff486f48f2145d77c.zip | |
[WRAPPER] Added handling of old pthread cond functions
Diffstat (limited to 'src/wrapped/generated/functions_list.txt')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index e6566da1..f7a44172 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -4796,8 +4796,11 @@ wrappedlibpthread: - pthread_barrierattr_destroy - pthread_barrierattr_init - pthread_cond_broadcast + - pthread_cond_broadcast@GLIBC_2.2.5 - pthread_cond_destroy + - pthread_cond_destroy@GLIBC_2.2.5 - pthread_cond_signal + - pthread_cond_signal@GLIBC_2.2.5 - pthread_condattr_destroy - pthread_condattr_init - pthread_getattr_default_np @@ -4840,13 +4843,17 @@ wrappedlibpthread: - pthread_attr_getscope - pthread_attr_getstackaddr - pthread_attr_getstacksize + - pthread_attr_setaffinity_np@GLIBC_2.3.3 - pthread_attr_setschedparam - pthread_attr_setstackaddr - pthread_barrierattr_getpshared - pthread_cond_init + - pthread_cond_init@GLIBC_2.2.5 - pthread_cond_wait + - pthread_cond_wait@GLIBC_2.2.5 - pthread_condattr_getclock - pthread_condattr_getpshared + - pthread_getaffinity_np@GLIBC_2.3.3 - pthread_key_create - pthread_mutex_init - pthread_mutexattr_getkind_np @@ -4854,6 +4861,7 @@ wrappedlibpthread: - pthread_mutexattr_getrobust - pthread_mutexattr_gettype - pthread_once + - pthread_setaffinity_np@GLIBC_2.3.3 - vFppp: - _pthread_cleanup_push - _pthread_cleanup_push_defer @@ -4870,6 +4878,7 @@ wrappedlibpthread: - pthread_atfork - pthread_attr_getstack - pthread_cond_timedwait + - pthread_cond_timedwait@GLIBC_2.2.5 - iFppip: - pthread_cond_clockwait - iFpppp: |