Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
bdd93d52cf43d2991561d70e238bf11e422b794b
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
dlfcn
/
bug-dlsym1-lib1.c
blob: 4eca2519fb90a1df454271ce092dd950d7f11f22 [
file
] [
log
] [
blame
]
/* Test module for bug-dlsym1.c test case. */
extern
int
dlopen_test_variable
;
extern
char
foo
(
void
);
/* here to get the unresolved symbol in our .so */
char
foo
(
void
)
{
return
dlopen_test_variable
;
}