From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 312721F8C6 for ; Mon, 16 Aug 2021 17:13:05 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5F4713953C05 for ; Mon, 16 Aug 2021 17:13:04 +0000 (GMT) Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 0D61B3959CBB for ; Mon, 16 Aug 2021 17:12:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0D61B3959CBB Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: EQpEf1LucE9IQv7QyLau+TI0RNNHkM0aGm4CDoOExTnWnFhEoQejJkAIKLWBbPa9eEN+iNKv3W k+asD9edycXZcGEyXkM2gkmq6eeHLcip0+j8Fu9IlZNxrnTqa3DpqTE3EY1OvWsLx5l1b1V6jN DnfuFRSRJjZrqg7VUCg+b9fUqybTixvjBck95vgtH3KzQ0Pug/XIdORLDMqXMOV2B2r16Ck3aY 87wSqzPqqSU/nrf98VW1LXnb5Qgrb4m0Ei5mVUuhTvrKpOc1JsgpZm1ULmIIfrzEo+Sa0DAmMn rqOn6fLX2sfjUs5V+Mray8Bz X-IronPort-AV: E=Sophos;i="5.84,326,1620720000"; d="scan'208";a="67237255" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 16 Aug 2021 09:12:10 -0800 IronPort-SDR: KU59F6wOocA52p2Yua9RNjxezIXPHHWqGV1p4/J5b61mGPrhPBYN7ms0Ii//sMh8yI6jvOw5j4 301hec+xp61Zjk95s+ULIMX9AGHpjj5KR2vuZxKckfAaftc7QnHtYYy6/ezb9xxL5WLJySrLiA 4kmOnfwXOMddwfsn5CnXoaPL0TBKRMX1K1nSf0CQqVKlJEqjAmo0zQxSkcOQ61Vs7jvLyXXrdB nNi6zL6o4A268gJvSm5AHNlTG3dNHZRt8QT0E8vSInyDFumapICHdkTHsgnCG4ZtbEbq6fv3MB pmI= Date: Mon, 16 Aug 2021 17:12:04 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Stafford Horne Subject: Re: [PATCH v2] time: Fix overflow itimer tests on 32-bit systems In-Reply-To: Message-ID: References: <20210806094217.3227877-1-shorne@gmail.com> <0f577bc8-bef8-6c06-aaa9-57bf16d8443b@linaro.org> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-05.mgc.mentorg.com (139.181.222.5) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Openrisc , GLIBC patches Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" I'm seeing a build failure in the glibc testsuite for i686-gnu: tst-itimer.c: In function 'do_test': tst-itimer.c:103:11: error: '__KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64' undeclared (first use in this function) 103 | if (__KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tst-itimer.c:103:11: note: each undeclared identifier is reported only once for each function it appears in https://sourceware.org/pipermail/libc-testresults/2021q3/008412.html -- Joseph S. Myers joseph@codesourcery.com