about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-27 21:43:09 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-07-27 21:43:09 +0200
commitbf77789076444f28c9a019064de4479306877e59 (patch)
tree959ebd28107296b6bbfdb85db2432723042cdcb3 /src
parent1b0d063cff199a1f783f986271ecd9b4946cd1c3 (diff)
parent24f8f47f76048c0484b47657a4f773dee7d8c353 (diff)
downloadbox64-bf77789076444f28c9a019064de4479306877e59.tar.gz
box64-bf77789076444f28c9a019064de4479306877e59.zip
Merge branch 'main' of https://github.com/ptitSeb/box64 into main
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/generated/functions_list.txt2
-rw-r--r--src/wrapped/generated/wrappedlibpthreadtypes.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt
index 88f182b9..9e6c035c 100644
--- a/src/wrapped/generated/functions_list.txt
+++ b/src/wrapped/generated/functions_list.txt
@@ -3220,6 +3220,8 @@ wrappedlibpthread:
   - pthread_attr_init
   - pthread_barrierattr_destroy
   - pthread_barrierattr_init
+  - pthread_cond_broadcast
+  - pthread_cond_destroy
   - pthread_condattr_destroy
   - pthread_condattr_init
   - pthread_getattr_default_np
diff --git a/src/wrapped/generated/wrappedlibpthreadtypes.h b/src/wrapped/generated/wrappedlibpthreadtypes.h
index ae6e10a3..5e7f2d17 100644
--- a/src/wrapped/generated/wrappedlibpthreadtypes.h
+++ b/src/wrapped/generated/wrappedlibpthreadtypes.h
@@ -40,6 +40,8 @@ typedef int64_t (*iFpppp_t)(void*, void*, void*, void*);
 	GO(pthread_attr_init, iFp_t) \
 	GO(pthread_barrierattr_destroy, iFp_t) \
 	GO(pthread_barrierattr_init, iFp_t) \
+	GO(pthread_cond_broadcast, iFp_t) \
+	GO(pthread_cond_destroy, iFp_t) \
 	GO(pthread_condattr_destroy, iFp_t) \
 	GO(pthread_condattr_init, iFp_t) \
 	GO(pthread_getattr_default_np, iFp_t) \