mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
This was found through code inspection. No application impact is known. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
14 lines
251 B
Plaintext
14 lines
251 B
Plaintext
Base {
|
|
local: *;
|
|
};
|
|
|
|
/* Define the version so that tst-version-hash-zero-refmod.so passes
|
|
the initial symbol version check. */
|
|
OTHER_VERSION {
|
|
} Base;
|
|
|
|
/* This version string hashes to zero. */
|
|
PPPPPPPPPPPP {
|
|
global: global_variable;
|
|
} Base;
|