Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
840274949b51231d437658bd7f97c19a9b7fe8c2
/
.
/
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
;
}