Files
pam-fprint-grosshack/pam/pam_fprintd.ver
Marco Trevisan (Treviño) 526b2e8c53 build: Ensure that gcov symbols are exposed when needed
When coverage is enabled, we need to expose the __gcov_* symbols in the
binaries and libraries or we won't get any coverage report for them.
2020-02-05 16:54:54 +01:00

8 lines
43 B
Plaintext

{
global:
pam_*;
__gcov_*;
local:
*;
};