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
Fix netinet/in.h MCAST_* namespace (bug 18558).
[glibc.git]
/
elf
/
filtmod2.c
blob
1d9b19481daf0c39ae5a29d5ae16cd3ab7f7c897
1
extern
const char
*
foo
(
void
);
2
3
const char
*
4
foo
(
void
)
5
{
6
return
__FILE__
;
7
}