repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Convert dlfcn/tststatic to use test-skeleton.
[glibc.git]
/
elf
/
tst-auditmod9a.c
blob
7213ade1234fddd8556978ccdeb59f28cfcce1af
1
#include <stdint.h>
2
3
__thread
int
var
;
4
5
unsigned int
6
la_version
(
unsigned int
v
)
7
{
8
return
v
;
9
}
10
11
void
12
la_activity
(
uintptr_t
*
cookie
,
unsigned int
flag
)
13
{
14
++
var
;
15
}