Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2004-10-18 Roland McGrath <roland@redhat.com>
	* dlfcn/bug-dlsym1.c (main): Remove bogus setenv call.
  • Loading branch information
Roland McGrath committed Oct 18, 2004
1 parent 55838f3 commit 255eebd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dlfcn/bug-dlsym1.c
Expand Up @@ -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) {
Expand Down

0 comments on commit 255eebd

Please sign in to comment.