bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [linux-sh:02757] Fixing glibc-2.3.2:sysdeps/unix/sysv/linux/{sh,s390


From: GOTO Masanori
Subject: Re: [linux-sh:02757] Fixing glibc-2.3.2:sysdeps/unix/sysv/linux/{sh,s390}/asm/user.h
Date: Thu, 29 May 2003 21:50:26 +0900
User-agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (Unebigoryƍmae) APEL/10.3 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)

Hi,

At Tue, 27 May 2003 16:00:31 -0700,
Dan Kegel wrote:
> When I try to build glibc-2.3.2 with gcc-3.3 for sh4, I get the following 
> error:
> 
> In file included from sys/ustat.h:30,
>                   from ../sysdeps/unix/sysv/linux/ustat.c:21:
> ../sysdeps/generic/bits/ustat.h:26: error: redefinition of `struct ustat'...
> 
> GOTO Masanori also mentioned this error in March on linux.debian.maint.glibc, 
> archived at
> http://groups.google.com/groups?selm=20030322165012%247208%40gated-at.bofh.it
> He said it affects s390.

Gerhard Tonn <address@hidden> explained me that this problem
was needed to fix linux kernel header.  He provided a patch for debian
glibc 2.3.2 to avoid this problem for the present.


--- linuxthreads/sysdeps/s390/tls.h.bak 2003-03-23 08:59:35.000000000 +0000
+++ linuxthreads/sysdeps/s390/tls.h     2003-03-23 09:47:49.000000000 +0000
@@ -124,7 +124,7 @@
 # ifndef __ASSEMBLER__
 
 /* Get the thread descriptor definition.  */
-#  include <linuxthreads/descr.h>
+//#  include <linuxthreads/descr.h>
 
 #  define NONTLS_INIT_TP \
   do {                                                                 \


Regards,
-- gotom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]