diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-07-10 12:15:27 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-07-10 12:15:27 +0200 |
| commit | f7d9dd4824f9fb93db5f51c4a62abc3b08c8fffd (patch) | |
| tree | a095e37b986cbc7b5bc509d6b084a244495913a6 /src/libtools/static_threads.h | |
| parent | dfc60e8bf1aa20144c6dde5a3b1017c46c44f2e0 (diff) | |
| download | box64-f7d9dd4824f9fb93db5f51c4a62abc3b08c8fffd.tar.gz box64-f7d9dd4824f9fb93db5f51c4a62abc3b08c8fffd.zip | |
[STATICBUILD] Try to fix staticbuild and add it to the CI (for #1377)
Diffstat (limited to 'src/libtools/static_threads.h')
| -rw-r--r-- | src/libtools/static_threads.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |