Home
Manpages
About
(root)/
glibc-2.38/
elf/
tst-tls20mod-bad.c
1
void
missing_symbol
(
void
)
;
2
void
f
(
void
)
{
missing_symbol
(
)
;
}