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
* configure.in: Avoid variable named BASH.
[glibc.git]
/
elf
/
nextmod2.c
blob
b2c435f341d0c539864e7e29c95aa23734ff1b2f
1
/* Very elaborated function. */
2
3
extern
int
successful_rtld_next_test
(
void
);
4
5
6
int
7
successful_rtld_next_test
(
void
)
8
{
9
return
42
;
10
}