From: Roland McGrath Date: Mon, 18 Oct 2004 18:53:53 +0000 (+0000) Subject: 2004-10-18 Roland McGrath X-Git-Tag: cvs/fedora-glibc-20041018T2320~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=255eebd4d2da78b089bbd78d5102476349d01360;p=thirdparty%2Fglibc.git 2004-10-18 Roland McGrath * dlfcn/bug-dlsym1.c (main): Remove bogus setenv call. --- diff --git a/dlfcn/bug-dlsym1.c b/dlfcn/bug-dlsym1.c index 61c6cda5608..3bbf6a2f026 100644 --- a/dlfcn/bug-dlsym1.c +++ b/dlfcn/bug-dlsym1.c @@ -10,8 +10,6 @@ int main(void) void *handle; 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 on lib2.so, which provides the symbol */ if ((handle = dlopen("bug-dlsym1-lib1.so", RTLD_NOW)) == NULL) {