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
Move BZ#11261 from 2.18 to 2.16 bug list.
[glibc.git]
/
elf
/
testobj6.c
blob
fcba01631dc666071642f812f1dc18bc775da7d0
1
#include
"testobj.h"
2
3
int
4
obj6func1
(
int
a
__attribute__
((
unused
)))
5
{
6
return
77
;
7
}
8
9
int
10
obj6func2
(
int
a
)
11
{
12
return
foo
(
a
) +
46
;
13
}
14
15
int
16
preload
(
int
a
)
17
{
18
return
a
;
19
}