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 memmove call in vfprintf-internal.c:group_number
[glibc.git]
/
elf
/
tst-nodelete2mod.c
blob
e88c756f5e8bd9b2d34b0c884761c35cf892ae7c
1
/* Undefined symbol. */
2
extern
int
not_exist
(
void
);
3
4
int
foo
(
void
)
5
{
6
return
not_exist
();
7
}