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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user