From ee561da549fb6f47f4b301466f2f751a085fa6d5 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 28 Mar 2021 15:54:51 +0200 Subject: Added more libc and pthreads wrapped functions --- src/wrapped/wrappedlibpthread_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wrapped/wrappedlibpthread_private.h') diff --git a/src/wrapped/wrappedlibpthread_private.h b/src/wrapped/wrappedlibpthread_private.h index f80d3e15..facad12d 100755 --- a/src/wrapped/wrappedlibpthread_private.h +++ b/src/wrapped/wrappedlibpthread_private.h @@ -72,7 +72,7 @@ GOM(pthread_cond_wait, iFEpp) GOM(pthread_create, iFEpppp) GO(pthread_detach, iFL) GO(pthread_equal, iFLL) -//GOM(pthread_exit, vFEp) +GOM(pthread_exit, vFEp) //GOM(pthread_getaffinity_np, iFEpup) GO(pthread_getattr_np, iFLp) //GO(pthread_getconcurrency, iFv) -- cgit 1.4.1