mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
2004-10-18 Roland McGrath <roland@redhat.com>
* dlfcn/bug-dlsym1.c (main): Remove bogus setenv call.
This commit is contained in:
parent
55838f3efd
commit
255eebd4d2
@ -10,8 +10,6 @@ int main(void)
|
|||||||
void *handle;
|
void *handle;
|
||||||
char *c;
|
char *c;
|
||||||
|
|
||||||
setenv ("LD_LIBRARY_PATH", "/home/roland/build/tls-libc/dlfcn", 1);
|
|
||||||
|
|
||||||
/* open lib1.so, which has the unresolved test symbol and a DT_NEEDED
|
/* open lib1.so, which has the unresolved test symbol and a DT_NEEDED
|
||||||
on lib2.so, which provides the symbol */
|
on lib2.so, which provides the symbol */
|
||||||
if ((handle = dlopen("bug-dlsym1-lib1.so", RTLD_NOW)) == NULL) {
|
if ((handle = dlopen("bug-dlsym1-lib1.so", RTLD_NOW)) == NULL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user