1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

dlfcn: Move dlvsym into libc

The symbol was moved using scripts/move-symbol-to-libc.py.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Florian Weimer
2021-06-03 08:26:04 +02:00
parent 6dfc0207eb
commit add8d7ea01
69 changed files with 115 additions and 65 deletions

View File

@@ -188,7 +188,7 @@ _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)