proper path searching for dynamic linker
[musl] / arch / i386 / reloc.h
index 02b5fa0..3ca9d11 100644 (file)
@@ -1,6 +1,8 @@
 #include <string.h>
 #include <elf.h>
 
+#define ETC_LDSO_PATH "/etc/ld-musl-i386.path"
+
 #define IS_COPY(x) ((x)==R_386_COPY)
 
 static inline void do_single_reloc(size_t *reloc_addr, int type, size_t sym_val, size_t sym_size, unsigned char *base_addr, size_t addend)