about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-05-18 11:10:01 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-05-18 11:10:01 +0200
commit422844f84260b34d1f5da8aa99ff0d2d5247bcee (patch)
treef374de318b4e89dbd7ac7afa3038b883436e74f9 /src
parent61725c8b498c6a3bed508440a31c0f3ed83d54b9 (diff)
downloadbox64-422844f84260b34d1f5da8aa99ff0d2d5247bcee.tar.gz
box64-422844f84260b34d1f5da8aa99ff0d2d5247bcee.zip
Added wrapped pthread_getname_np function
Diffstat (limited to 'src')
-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 ca0202b0..578230f2 100755
--- a/src/wrapped/wrappedlibpthread_private.h
+++ b/src/wrapped/wrappedlibpthread_private.h
@@ -123,7 +123,7 @@ GO(pthread_getattr_np, iFLp)
 GO(pthread_getschedparam, iFLpp)
 GO(__pthread_getspecific, pFL)
 GO(pthread_getspecific, pFL)
-//GOM(pthread_getname_np, iFEppu)  //not present on Pandora
+GO(pthread_getname_np, iFppL)
 // __pthread_initialize_minimal
 GO(pthread_join, iFLp)
 GOM(__pthread_key_create, iFEpp)