diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedlibpthread.c | 2 |
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 |