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
/
elf
/
ltglobmod1.c
blob: 300fa9a89f05c4c598ff8e72c63125dd92a814ef (
plain
) (
blame
)
1
2
3
4
5
6
7
extern
int
bar
(
void
);
int
bar
(
void
)
{
return
42
;
}