Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Jaeger committed Mar 27, 2001
1 parent dc3e77b commit 12aeb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/s390/ldconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 }, \
Expand Down

0 comments on commit 12aeb30

Please sign in to comment.