diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-09-10 11:28:22 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-09-10 11:28:22 +0200 |
| commit | b6d2e3fb55c6f699ce506e98eb3b11c6ba1b495f (patch) | |
| tree | 9bb1a868c8a0928f2e1a00c98b1ee058ddd3303c /src/wrapped/generated/wrappedlibpthreadtypes.h | |
| parent | 43850ac85693d653251c17517a2843d7ff23a3d1 (diff) | |
| download | box64-b6d2e3fb55c6f699ce506e98eb3b11c6ba1b495f.tar.gz box64-b6d2e3fb55c6f699ce506e98eb3b11c6ba1b495f.zip | |
Added special case for pthread_kill because behaviour changed with glibc 2.34
Diffstat (limited to 'src/wrapped/generated/wrappedlibpthreadtypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibpthreadtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibpthreadtypes.h b/src/wrapped/generated/wrappedlibpthreadtypes.h index 5e7f2d17..60ab8331 100644 --- a/src/wrapped/generated/wrappedlibpthreadtypes.h +++ b/src/wrapped/generated/wrappedlibpthreadtypes.h @@ -64,6 +64,7 @@ typedef int64_t (*iFpppp_t)(void*, void*, void*, void*); GO(pthread_condattr_setclock, iFpi_t) \ GO(pthread_condattr_setpshared, iFpi_t) \ GO(pthread_kill, iFpi_t) \ + GO(pthread_kill@GLIBC_2.2.5, iFpi_t) \ GO(pthread_mutexattr_setkind_np, iFpi_t) \ GO(pthread_mutexattr_setprotocol, iFpi_t) \ GO(pthread_mutexattr_setpshared, iFpi_t) \ |