diff options
author | Andreas Jaeger <aj@suse.de> | 2000-05-29 17:19:36 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-05-29 17:19:36 +0000 |
commit | 9c145d90edea1319bb79fbbc159a9853b3e2523a (patch) | |
tree | aa5ba48947a02adf30222e70144dc8100108730e /elf/readlib.c | |
parent | a8322b4fa929e14f7a14e52645232acdaa1d5623 (diff) | |
download | glibc-9c145d90edea1319bb79fbbc159a9853b3e2523a.tar.gz |
* elf/readlib.c (interpreters): Use LD_SO since this is supported
for all platforms.
Diffstat (limited to 'elf/readlib.c')
-rw-r--r-- | elf/readlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/readlib.c b/elf/readlib.c index 1914267b93..8e2b91c610 100644 --- a/elf/readlib.c +++ b/elf/readlib.c @@ -50,7 +50,7 @@ struct known_names static struct known_names interpreters [] = { - {"/lib/" LD_LINUX_SO, FLAG_ELF_LIBC6}, + {"/lib/" LD_SO, FLAG_ELF_LIBC6}, {"/lib/ld-linux.so.1", FLAG_ELF_LIBC5} }; |