diff options
| author | Rich Felker <dalias@aerifal.cx> | 2015-04-14 11:39:11 -0400 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2015-04-14 11:39:11 -0400 |
| commit | 72b25ddb77ca0974b6f448a4290d21154a221474 (patch) | |
| tree | ec93468567eef410a75f4e7f8cc5b3732e838f62 /src/ldso/x32 | |
| parent | consistently use hidden visibility for cancellable syscall internals (diff) | |
| download | grovel-72b25ddb77ca0974b6f448a4290d21154a221474.tar.gz grovel-72b25ddb77ca0974b6f448a4290d21154a221474.tar.xz | |
use hidden visibility for call from dlsym to internal __dlsym
Diffstat (limited to 'src/ldso/x32')
| -rw-r--r-- | src/ldso/x32/dlsym.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ldso/x32/dlsym.s b/src/ldso/x32/dlsym.s index 3c16616a..d840b955 100644 --- a/src/ldso/x32/dlsym.s +++ b/src/ldso/x32/dlsym.s @@ -1,5 +1,6 @@ .text .global dlsym +.hidden __dlsym .type dlsym,@function dlsym: mov (%rsp),%rdx |
