From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 69B593857822; Sat, 29 Oct 2022 19:26:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 69B593857822 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667071591; bh=Uw/rK3lziw8nKvsZQVThoDb6eBucLq+IA5HzG5fELGU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HLi8ZesyMowKR9YEGJqByW0XRLboIqjIosQTu3+wUo5Iox88FDOxrWOcnoG24mWQU iICPvG7hQSq7IGp7Ja60K+aFb1XsOEBt5TXkVR6TKJl30w/MVd5s50s+1hX+EaZ+PW 43VwnHWWJ9zbzMt8Xe+6gYa7R4Z584to7fxmZifQ= From: "aurelien at aurel32 dot net" To: glibc-bugs@sourceware.org Subject: [Bug libc/29730] broken y2038 support in fstatat on MIPS N64 Date: Sat, 29 Oct 2022 19:26:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aurelien at aurel32 dot net X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29730 --- Comment #4 from Aurelien Jarno --- (In reply to YunQiang Su from comment #3) > Can you help to try on OpenRISC and RV32: >=20 >=20 > 1. revert 6e8a0aac2f883a23efb1683b120499138f9e6021 > 2. define STAT_HAS_TIME32 > 3. define XSTAT_IS_XSTAT64 0 >=20 > I think that it should works fine. I don't think it is that easy. You should look at the original thread: https://sourceware.org/pipermail/libc-alpha/2021-July/128612.html The problem for OpenRISC is not stat, but rather usage of in_time_t_range()= in many other places like in setitimer(). --=20 You are receiving this mail because: You are on the CC list for the bug.=