about summary refs log tree commit diff stats
path: root/src/wrapped/generated
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-07-12 17:23:02 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-07-12 17:23:02 +0200
commit2a10ddc75ba2bcf2915ff49ac88664ee8e7d1939 (patch)
treef9a056bb679e4dc2e9173e9341003d2a2a7ada1b /src/wrapped/generated
parent8ed08b3bbc95106320f2ee42bae2d85a336d06ca (diff)
downloadbox64-2a10ddc75ba2bcf2915ff49ac88664ee8e7d1939.tar.gz
box64-2a10ddc75ba2bcf2915ff49ac88664ee8e7d1939.zip
[WRAPPER] Added 1 more wrapped function to libpthreads (for #2808)
Diffstat (limited to 'src/wrapped/generated')
-rw-r--r--src/wrapped/generated/functions_list.txt1
-rw-r--r--src/wrapped/generated/wrappedlibpthreadtypes.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt
index 128e86c9..2287f965 100644
--- a/src/wrapped/generated/functions_list.txt
+++ b/src/wrapped/generated/functions_list.txt
@@ -5250,6 +5250,7 @@ wrappedlibpthread:
   - pthread_kill
   - pthread_kill@GLIBC_2.2.5
   - pthread_mutexattr_setkind_np
+  - pthread_mutexattr_setprioceiling
   - pthread_mutexattr_setprotocol
   - pthread_mutexattr_setpshared
   - pthread_mutexattr_setrobust
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) \