mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
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.
8 lines
43 B
Plaintext
8 lines
43 B
Plaintext
{
|
|
global:
|
|
pam_*;
|
|
__gcov_*;
|
|
local:
|
|
*;
|
|
};
|