mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
elf: Clean up GLIBC_PRIVATE exports of internal libdl symbols
They are no longer needed after everything has been moved into libc. The _dl_vsym test has to be removed because the symbol cannot be used outside libc anymore. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -188,11 +188,9 @@ _dl_vsym (void *handle, const char *name, const char *version, void *who)
|
||||
|
||||
return do_sym (handle, name, who, &vers, 0);
|
||||
}
|
||||
libc_hidden_def (_dl_vsym)
|
||||
|
||||
void *
|
||||
_dl_sym (void *handle, const char *name, void *who)
|
||||
{
|
||||
return do_sym (handle, name, who, NULL, DL_LOOKUP_RETURN_NEWEST);
|
||||
}
|
||||
libc_hidden_def (_dl_sym)
|
||||
|
Reference in New Issue
Block a user