Fix typo.

This commit is contained in:
Andreas Jaeger 2001-03-27 10:20:04 +00:00
parent dc3e77b190
commit 12aeb30815
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include <sysdeps/generic/ldconfig.h>
#define SYSDEP_KNOWN_INTERPRETER_NAMES \
{ "/lib/ld.so.1", FLAG_ELF_LIBC6 },
{ "/lib/ld.so.1", FLAG_ELF_LIBC6 }, \
{ "/lib/ld64.so.1", FLAG_ELF_LIBC6 },
#define SYSDEP_KNOWN_LIBRARY_NAMES \
{ "libc.so.6", FLAG_ELF_LIBC6 }, \