diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-11 02:42:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-11 02:42:19 +0000 |
commit | 07ba7349279441bd084c8661a4e53c19cba12bf6 (patch) | |
tree | a4023b82f5897fee2563fc81bffd09942854ee7d /elf/dl-open.c | |
parent | dad4a4b3ef5b920e7f60cc0410a0c74453327ef7 (diff) | |
download | glibc-07ba7349279441bd084c8661a4e53c19cba12bf6.tar.gz glibc-07ba7349279441bd084c8661a4e53c19cba12bf6.tar.xz glibc-07ba7349279441bd084c8661a4e53c19cba12bf6.zip |
Update.
* 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.
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r-- | elf/dl-open.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c index ea35647e08..2f4c97b3c0 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -156,7 +156,6 @@ add_to_global (struct link_map *new) } } - /* XXX Do we have to add something to r_dupsearchlist??? --drepper */ return 0; } |