From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4052 invoked by alias); 12 Aug 2008 02:31:30 -0000 Received: (qmail 3505 invoked by uid 48); 12 Aug 2008 02:30:13 -0000 Date: Tue, 12 Aug 2008 02:31:00 -0000 Message-ID: <20080812023013.3504.qmail@sourceware.org> From: "samuel dot thibault at ens-lyon dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20051114203814.1864.tsv@solvo.ru> References: <20051114203814.1864.tsv@solvo.ru> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/1864] bad struct statvfs declaration on Alpha when _FILE_OFFSET_BITS is defined X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00052.txt.bz2 ------- Additional Comments From samuel dot thibault at ens-lyon dot org 2008-08-12 02:30 ------- Mmm, looking at kernel source, it looks likes alpha is indeed the only 64bit arch that has a 32bit stat/statfs interface (probably because that's the oldest one). And although work has been done to expose a 64bit interface to userland for stat, it wasn't for statfs, and applications have been compiled with a dual 32/64bit interface. Could you try the attached patch? -- What |Removed |Added ---------------------------------------------------------------------------- CC| |samuel dot thibault at ens- | |lyon dot org http://sourceware.org/bugzilla/show_bug.cgi?id=1864 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.