From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CFE1D385741E; Mon, 31 Oct 2022 04:01:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CFE1D385741E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667188908; bh=WoIx5w4AZ87PiExD+KhXQLeHHvj9OwzvF8gVWlJxahc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qG55wJmixpANFovJGFXNvJVJNlR2dK1ID7/1OB4Dx+w55p0md10EqtSLVyIEbAkCB WGdKWXi4ESuHdEA8jbIdNuqX72P0UhtlR7AcDouR3st8g5ShyEzQS3a1Q90Knr3Aej 6TKMgWAXsG6YSx7c+CWqgHXBW6HXw3fTVPJCzx+o= From: "syq at debian dot org" To: glibc-bugs@sourceware.org Subject: [Bug libc/29730] broken y2038 support in fstatat on MIPS N64 Date: Mon, 31 Oct 2022 04:01:35 +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: syq at debian dot org 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 #13 from YunQiang Su --- (In reply to Adhemerval Zanella from comment #7) > So MIPS ABI idiocrasies strike again. What about: >=20 > diff --git a/include/time.h b/include/time.h > index 20abea69d4..d3aff01aaa 100644 > --- a/include/time.h > +++ b/include/time.h > @@ -2,6 +2,7 @@ > #include