index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dlfcn
/
modstatic.c
blob: 5ea71171cfa2c0990c838327dda9723610f1c55c (
plain
) (
blame
)
1
2
3
4
5
6
7
extern
int
test
(
int
);
int
test
(
int
a
)
{
return
a
+
a
;
}