about summary refs log tree commit diff stats
path: root/src/wrapped
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-04 14:54:22 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-04 14:54:22 +0200
commitf3a08a51ef251f4fe5ebbb766878df04c3e3e696 (patch)
tree6e4d9bc003de58caa1472b478d4994c96bf143e8 /src/wrapped
parenta7b9590f6fbdd5b7eb5642bf59e3d5a2a99ae840 (diff)
downloadbox64-f3a08a51ef251f4fe5ebbb766878df04c3e3e696.tar.gz
box64-f3a08a51ef251f4fe5ebbb766878df04c3e3e696.zip
Ooops, that typo was breaking some C#/Unity stuff
Diffstat (limited to 'src/wrapped')
-rwxr-xr-xsrc/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 41853351..87ec246b 100755
--- a/src/wrapped/wrappedlibpthread_private.h
+++ b/src/wrapped/wrappedlibpthread_private.h
@@ -87,7 +87,7 @@ GO(pthread_join, iFLp)
 GOM(__pthread_key_create, iFEpp)
 GOM(pthread_key_create, iFEpp)
 GO(pthread_key_delete, iFL)
-GO(pthread_kill, iFEpi)
+GOM(pthread_kill, iFEpi)
 // pthread_kill_other_threads_np
 GO(__pthread_mutexattr_destroy, iFp)
 GO(pthread_mutexattr_destroy, iFp)