1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* elf/dl-open.c (add_to_global): Remove stale comment.

	* elf/dl-load.c (fillin_rpath): In SUID binaries, don't mark
	non-system-dirs in LD_LIBRARY_PATH as nonexisting, simply drop them.
This commit is contained in:
Ulrich Drepper
2001-08-11 02:42:19 +00:00
parent dad4a4b3ef
commit 07ba734927
3 changed files with 38 additions and 36 deletions

View File

@ -156,7 +156,6 @@ add_to_global (struct link_map *new)
}
}
/* XXX Do we have to add something to r_dupsearchlist??? --drepper */
return 0;
}