about summary refs log tree commit diff stats
path: root/src/library_list_32.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-11-29 19:10:11 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-11-29 19:10:11 +0100
commitc73545e25b3f16abd361926372ed6112e0c2bcf8 (patch)
treed4901e5c24ad4822248d9f67b618c07bea090df7 /src/library_list_32.h
parentb862e74ae447819481f367e678796c8f5cea31ac (diff)
downloadbox64-c73545e25b3f16abd361926372ed6112e0c2bcf8.tar.gz
box64-c73545e25b3f16abd361926372ed6112e0c2bcf8.zip
[BOX32][WRAPPER] Added minimum libresolv wrapping
Diffstat (limited to 'src/library_list_32.h')
-rw-r--r--src/library_list_32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library_list_32.h b/src/library_list_32.h
index 1500389d..94d5e5e8 100644
--- a/src/library_list_32.h
+++ b/src/library_list_32.h
@@ -4,7 +4,6 @@
 
 GO("libpthread.so.0", libpthread)
 GO("librt.so.1", librt)
-
 #ifdef ANDROID
 GO("libc.so", libc)
 GO("libm.so", libm)
@@ -14,6 +13,8 @@ GO("libc.so.6", libc)
 GO("libm.so.6", libm)
 GO("libdl.so.2", libdl)
 #endif
+GO("libresolv.so.2", libresolv)
+GO("libresolv.so", libresolv)
 
 GO("ld-linux.so.2", ldlinux)