From f3a08a51ef251f4fe5ebbb766878df04c3e3e696 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 4 Apr 2021 14:54:22 +0200 Subject: Ooops, that typo was breaking some C#/Unity stuff --- src/wrapped/wrappedlibpthread_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit 1.4.1