]> sourceware.org Git - glibc.git/commitdiff
Fix typo.
authorAndreas Jaeger <aj@suse.de>
Tue, 27 Mar 2001 10:20:04 +0000 (10:20 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 27 Mar 2001 10:20:04 +0000 (10:20 +0000)
sysdeps/unix/sysv/linux/s390/ldconfig.h

index 4a9b64d5fb8679b53dd8409b3990262cff6629f3..5d4770e70f75f662e3cad5331409a5b684a1f565 100644 (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 },     \
This page took 0.040906 seconds and 5 git commands to generate.