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
e938d4a803a478590cee6149630192d3c18fd669
1
/* This function is supposed to not exist. */
2
extern
int
xyzzy
(
int
);
3
4
int
5
foo
(
int
a
)
6
{
7
return
xyzzy
(
a
);
8
}