diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-04 14:54:22 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-04 14:54:22 +0200 |
| commit | f3a08a51ef251f4fe5ebbb766878df04c3e3e696 (patch) | |
| tree | 6e4d9bc003de58caa1472b478d4994c96bf143e8 /src | |
| parent | a7b9590f6fbdd5b7eb5642bf59e3d5a2a99ae840 (diff) | |
| download | box64-f3a08a51ef251f4fe5ebbb766878df04c3e3e696.tar.gz box64-f3a08a51ef251f4fe5ebbb766878df04c3e3e696.zip | |
Ooops, that typo was breaking some C#/Unity stuff
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibpthread_private.h | 2 |
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) |