about summary refs log tree commit diff stats
path: root/src/wrapped
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2024-06-21 19:08:53 +0800
committerGitHub <noreply@github.com>2024-06-21 13:08:53 +0200
commit3dcd08bd4a7cb9fa8a52a0a55d1f0c15eac9632a (patch)
treeea6b36fc534b26fd26c393eff3a2a87774ad4b89 /src/wrapped
parenta945daf96dad09d7c7f72095435236b4c7768747 (diff)
downloadbox64-3dcd08bd4a7cb9fa8a52a0a55d1f0c15eac9632a.tar.gz
box64-3dcd08bd4a7cb9fa8a52a0a55d1f0c15eac9632a.zip
Wrapped pthread_cond_signal with aligned cond like others (#1608)
Diffstat (limited to 'src/wrapped')
-rw-r--r--src/wrapped/wrappedlibpthread_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibpthread_private.h b/src/wrapped/wrappedlibpthread_private.h
index 2ab265bb..da7d0200 100644
--- a/src/wrapped/wrappedlibpthread_private.h
+++ b/src/wrapped/wrappedlibpthread_private.h
@@ -107,7 +107,7 @@ GOM(pthread_cond_broadcast, iFEp)
 GOM(pthread_cond_destroy, iFEp)
 GOM(pthread_cond_init, iFEpp)
 #endif
-GO(pthread_cond_signal, iFp)
+GOM(pthread_cond_signal, iFEp)
 GOM(pthread_cond_timedwait, iFEppp)
 GOM(pthread_cond_wait, iFEpp)
 GOM(pthread_create, iFEpppp)