projects
/
platform
/
upstream
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
S390: Get rid of linknamespace failures for string functions.
[platform/upstream/glibc.git]
/
elf
/
neededobj3.c
1
extern void a_function (void);
2
extern void b_function (void);
3
extern void c_function (void);
4
5
void
6
a_function (void)
7
{
8
b_function ();
9
c_function ();
10
}