From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24908 invoked by alias); 21 May 2012 20:51:45 -0000 Received: (qmail 24698 invoked by uid 22791); 21 May 2012 20:51:42 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qa0-f48.google.com (HELO mail-qa0-f48.google.com) (209.85.216.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 May 2012 20:51:16 +0000 Received: by qady23 with SMTP id y23so2508665qad.14 for ; Mon, 21 May 2012 13:51:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.183.135 with SMTP id cg7mr40654572qab.25.1337633475905; Mon, 21 May 2012 13:51:15 -0700 (PDT) Received: by 10.229.169.130 with HTTP; Mon, 21 May 2012 13:51:15 -0700 (PDT) In-Reply-To: References: Date: Mon, 21 May 2012 20:51:00 -0000 Message-ID: Subject: Re: RFC: Please check if your glibc port defines __WORDSIZE_COMPAT32 From: "H.J. Lu" To: libc-ports@sourceware.org, GNU C Library Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00123.txt.bz2 On Sat, May 19, 2012 at 6:58 AM, H.J. Lu wrote: > Hi Glibc port maintainers, > > I will check in a patch on Monday, May 21, 2012 to rename > __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32: > > http://sourceware.org/ml/libc-alpha/2012-05/msg01355.html > > If your port defines __WORDSIZE_COMPAT32, you need to rename > it to __WORDSIZE_TIME64_COMPAT32 after my patch is > checked in. > The patch has been checked into master branch. -- H.J.