diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-07-12 17:23:02 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-07-12 17:23:02 +0200 |
| commit | 2a10ddc75ba2bcf2915ff49ac88664ee8e7d1939 (patch) | |
| tree | f9a056bb679e4dc2e9173e9341003d2a2a7ada1b /src/wrapped/generated/wrappedlibpthreadtypes.h | |
| parent | 8ed08b3bbc95106320f2ee42bae2d85a336d06ca (diff) | |
| download | box64-2a10ddc75ba2bcf2915ff49ac88664ee8e7d1939.tar.gz box64-2a10ddc75ba2bcf2915ff49ac88664ee8e7d1939.zip | |
[WRAPPER] Added 1 more wrapped function to libpthreads (for #2808)
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 2620f07e..cead4c00 100644 --- a/src/wrapped/generated/wrappedlibpthreadtypes.h +++ b/src/wrapped/generated/wrappedlibpthreadtypes.h @@ -64,6 +64,7 @@ typedef int32_t (*iFpppp_t)(void*, void*, void*, void*); GO(pthread_kill, iFpi_t) \ GO(pthread_kill@GLIBC_2.2.5, iFpi_t) \ GO(pthread_mutexattr_setkind_np, iFpi_t) \ + GO(pthread_mutexattr_setprioceiling, iFpi_t) \ GO(pthread_mutexattr_setprotocol, iFpi_t) \ GO(pthread_mutexattr_setpshared, iFpi_t) \ GO(pthread_mutexattr_setrobust, iFpi_t) \ |