xref
: /
glibc-2.36
/
elf
/
tst-auditmod9b.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
__thread
int
a
;
2
f(void)
3
int
f
(
void
)
4
{
5
return
++
a
;
6
}
7