From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73547 invoked by alias); 13 Sep 2018 10:56:15 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 73537 invoked by uid 89); 13 Sep 2018 10:56:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-HELO: mx1.redhat.com Subject: Re: struct elf_prstatus and Y2038 To: Arnd Bergmann Cc: Joseph Myers , Mao Han , GNU C Library , c-sky_gcc_upstream@c-sky.com, gnu-csky@mentor.com References: <53924daa4b51c0d552d17d3c5fd9aea09f9fc4b2.1536720821.git.han_mao@c-sky.com> <9466b02a-ddca-9baf-c9b5-83d06af3a5fa@redhat.com> From: Florian Weimer Message-ID: Date: Thu, 13 Sep 2018 10:56:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-09/txt/msg00180.txt.bz2 On 09/13/2018 12:48 PM, Arnd Bergmann wrote: >> Ah, I think it's actually s390, where suseconds_t is int, not long. > Odd: in the kernel, suseconds_t is long on s390, but int on > sparc and parisc. Were you thinking of sparc64 instead of s390 > maybe? Correct; sparc it is. I was off by a line. Thanks, Florian