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
ARM: Macroize use of .cfi_sections directive.
[glibc.git]
/
elf
/
failobj.c
blob
500606382e9c381513b22b460f1a481186160706
1
/* This function is supposed to not exist. */
2
extern
int
xyzzy
(
int
);
3
4
extern
int
foo
(
int
);
5
6
int
7
foo
(
int
a
)
8
{
9
return
xyzzy
(
a
);
10
}