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
Update.
[glibc.git]
/
elf
/
failobj.c
blob
16228c7bb36200a287f1910c7836abd056539cee
1
/* This function is supposed to not exist. */
2
int
3
foo
(
int
a
)
4
{
5
return
xyzzy
(
a
);
6
}