Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
libc
/
glibc
/
glibc-2.22
/
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
;
}