summaryrefslogtreecommitdiff
path: root/arch/x86_64/reloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/reloc.h')
-rw-r--r--arch/x86_64/reloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/reloc.h b/arch/x86_64/reloc.h
index 38a60735..28cf7cc1 100644
--- a/arch/x86_64/reloc.h
+++ b/arch/x86_64/reloc.h
@@ -2,7 +2,7 @@
#include <string.h>
#include <elf.h>
-#define ETC_LDSO_PATH "/etc/ld-musl-x86_64.path"
+#define LDSO_ARCH "x86_64"
#define IS_COPY(x) ((x)==R_X86_64_COPY)
#define IS_PLT(x) ((x)==R_X86_64_JUMP_SLOT)