projects
/
platform
/
upstream
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update.
[platform/upstream/glibc.git]
/
elf
/
testobj6.c
1
int
2
obj6func1 (int a __attribute__ ((unused)))
3
{
4
return 77;
5
}
6
7
int
8
obj6func2 (int a)
9
{
10
return foo (a) + 46;
11
}
12
13
int
14
preload (int a)
15
{
16
return a;
17
}