typo in ldconfig.h

schwidefsky@de.ibm.com schwidefsky@de.ibm.com
Tue Mar 27 01:38:00 GMT 2001


Hi,
somehow a \ got lost in the s/390 version of ldconfig.h. Here is a patch:

2001-03-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>

     * sysdeps/unix/sysv/linux/s390/ldconfig.h: Fix typo.

diff -urN libc/sysdeps/unix/sysv/linux/s390/ldconfig.h
libc-s390/sysdeps/unix/sysv/linux/s390/ldconfig.h
--- libc/sysdeps/unix/sysv/linux/s390/ldconfig.h   Mon Mar 19 23:07:13 2001
+++ libc-s390/sysdeps/unix/sysv/linux/s390/ldconfig.h   Tue Mar 27 11:26:55
 2001
@@ -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 },      \
---

blue skies,
   Martin

Linux/390 Design & Development, IBM Deutschland Entwicklung GmbH
Schönaicherstr. 220, D-71032 Böblingen, Telefon: 49 - (0)7031 - 16-2247
E-Mail: schwidefsky@de.ibm.com




More information about the Libc-hacker mailing list