This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Protect __STRING_INLINE in s390



Hi,

On Mon, Mar 12, Andreas Jaeger wrote:

> 
> I got this warning on S390 and fixed it with the appended patch:
> In file included from ../string/string.h:356,
>                  from ../include/string.h:49,
>                  from string-inlines.c:28:
> ../sysdeps/s390/bits/string.h:37: warning: `__STRING_INLINE' redefined
> 
> I'm committing the patch now,

The patch is wrong. With this patch, glibc will not compile any
longer on s390. You get a lot of errors about duplicate string
symbols.

  Thorsten
-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/       kukuk@suse.de
SuSE GmbH            Schanzaeckerstr. 10            90443 Nuernberg
Linux is like a Vorlon.  It is incredibly powerful, gives terse,
cryptic answers and has a lot of things going on in the background.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]