summaryrefslogtreecommitdiff
path: root/src/ldso/x86_64/dlsym.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/ldso/x86_64/dlsym.s')
-rw-r--r--src/ldso/x86_64/dlsym.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ldso/x86_64/dlsym.s b/src/ldso/x86_64/dlsym.s
index 3c16616a..d840b955 100644
--- a/src/ldso/x86_64/dlsym.s
+++ b/src/ldso/x86_64/dlsym.s
@@ -1,5 +1,6 @@
.text
.global dlsym
+.hidden __dlsym
.type dlsym,@function
dlsym:
mov (%rsp),%rdx