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
/
reldep4mod3.c
blob: 934a68096eb6121a2653d36c101e55ff648a9cf3 (
plain
) (
blame
)
1
2
3
4
5
6
7
int
foo
(
void
);
int
foo
(
void
)
{
return
0
;
}