diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-02-26 21:18:39 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-02-26 21:18:39 +0100 |
| commit | 0024e4b970169137f6360ccb76776e97f1667e93 (patch) | |
| tree | 19983479306088ccd3ad6d6373f198a97464c03e /src | |
| parent | cf8ea5953eb684bc28283578d54689c86b7f4577 (diff) | |
| download | box64-0024e4b970169137f6360ccb76776e97f1667e93.tar.gz box64-0024e4b970169137f6360ccb76776e97f1667e93.zip | |
[ANDROID] BBBBUUUIIIIILLLLDDDD
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 |