From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EFBBC3858CD1; Tue, 19 Mar 2024 20:22:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EFBBC3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710879761; bh=T0lrbT7ko7FhoqjLBT6W4PPVu1wo5h/LJxOTrI9gCZQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UDElq8Sk8wBD2cx9xov2bmh3mrPe3Nwukdcut+gNfF3IylZTpEoEcheQHUo64bLh4 kIfyMcStkM6OQohx7ipmWM+DJssVo2LPsWqTy9PdiJCX7ck4dnq3uCvkuggkOofFMV 5w1B7Y1FYS8iZZqZ66aie+ZHuE1G65EobjgZ9Cm8= From: "jsm28 at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug time/31510] Wrong type for timeval.tv_usec on 32-bit archs with _TIME_BITS=64 Date: Tue, 19 Mar 2024 20:22:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: time X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jsm28 at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 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=3D31510 --- Comment #3 from Joseph Myers --- (Not that suseconds_t *needs* to be 64-bit to store values from 0 to 999999, but there's nothing wrong with it being 64-bit either, it just needs to agr= ee with the type of tv_usec.) --=20 You are receiving this mail because: You are on the CC list for the bug.=