Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
nextmod2.c
blob: b2c435f341d0c539864e7e29c95aa23734ff1b2f [
file
] [
log
] [
blame
] [
edit
]
/* Very elaborated function. */
extern
int
successful_rtld_next_test
(
void
);
int
successful_rtld_next_test
(
void
)
{
return
42
;
}