about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-02-26 21:18:39 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-02-26 21:18:39 +0100
commit0024e4b970169137f6360ccb76776e97f1667e93 (patch)
tree19983479306088ccd3ad6d6373f198a97464c03e /src
parentcf8ea5953eb684bc28283578d54689c86b7f4577 (diff)
downloadbox64-0024e4b970169137f6360ccb76776e97f1667e93.tar.gz
box64-0024e4b970169137f6360ccb76776e97f1667e93.zip
[ANDROID] BBBBUUUIIIIILLLLDDDD
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