about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedlibpthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibpthread.c b/src/wrapped/wrappedlibpthread.c
index c10492f4..2d25d66c 100644
--- a/src/wrapped/wrappedlibpthread.c
+++ b/src/wrapped/wrappedlibpthread.c
@@ -20,7 +20,7 @@
 
 const char* libpthreadName = 
 #ifdef ANDROID
-    "libpthread.so";
+    "libc.so";
 #else
     "libpthread.so.0";
 #endif