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
/
nodlopenmod2.c
blob: e72ae53e9539ea4bcacc17b93a5b6f5734469cd7 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
extern
int
a
;
extern
int
foo
(
void
);
int
foo
(
void
)
{
return
a
;
}