]> sourceware.org Git - glibc.git/commit
dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2
authorFlorian Weimer <fweimer@redhat.com>
Thu, 3 Jun 2021 06:26:04 +0000 (08:26 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 3 Jun 2021 07:12:05 +0000 (09:12 +0200)
commit9c76debc983e1a16e2e723b36526826713a671af
treebf5eccfa629d8c0959d8d8c19744fbe30f9cfcc0
parent6f1c701026287f6928d3bdd1aea7359308635abe
dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2

The test appears to use _dlfcn_hook@@GLIBC_PRIVATE as a way to
test dlvsym without having to know the appropriate symbol version.
With <first-versions.h>, we can use a public symbol and the symbol
version at which it was defined first.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
dlfcn/modstatic2.c
dlfcn/tststatic2.c
This page took 0.040921 seconds and 5 git commands to generate.