From f7d9dd4824f9fb93db5f51c4a62abc3b08c8fffd Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 10 Jul 2024 12:15:27 +0200 Subject: [STATICBUILD] Try to fix staticbuild and add it to the CI (for #1377) --- src/libtools/static_threads.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libtools/static_threads.h') diff --git a/src/libtools/static_threads.h b/src/libtools/static_threads.h index 62240fbf..a20937f8 100644 --- a/src/libtools/static_threads.h +++ b/src/libtools/static_threads.h @@ -72,6 +72,7 @@ int my_pthread_condattr_setpshared(x64emu_t* emu, my_condattr_t* c, int p); int my_pthread_cond_init(x64emu_t* emu, pthread_cond_t *pc, my_condattr_t* c); int my_pthread_cond_destroy(x64emu_t* emu, pthread_cond_t *pc); int my_pthread_cond_broadcast(x64emu_t* emu, pthread_cond_t *pc); +int my_pthread_cond_signal(x64emu_t* emu, pthread_cond_t* cond); int my_pthread_barrierattr_destroy(x64emu_t* emu, my_barrierattr_t* b); int my_pthread_barrierattr_getpshared(x64emu_t* emu, my_barrierattr_t* b, void* p); int my_pthread_barrierattr_init(x64emu_t* emu, my_barrierattr_t* b); -- cgit 1.4.1