Sign in
third-party-mirror
/
GRTEv4
/
262be5abc585813b1766119db73641d44ba3741e
/
.
/
google3
/
third_party
/
grte
/
v4_src
/
glibc-2.19
/
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
;
}