1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Fix typo.

This commit is contained in:
Andreas Jaeger
2001-03-27 10:20:04 +00:00
parent dc3e77b190
commit 12aeb30815

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 }, \