From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27196 invoked by alias); 19 May 2012 13:58:36 -0000 Received: (qmail 27179 invoked by uid 22791); 19 May 2012 13:58:35 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,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; Sat, 19 May 2012 13:58:22 +0000 Received: by qady23 with SMTP id y23so978202qad.14 for ; Sat, 19 May 2012 06:58:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.33.8 with SMTP id f8mr29044080qad.11.1337435902175; Sat, 19 May 2012 06:58:22 -0700 (PDT) Received: by 10.229.169.130 with HTTP; Sat, 19 May 2012 06:58:22 -0700 (PDT) Date: Sat, 19 May 2012 13:58:00 -0000 Message-ID: Subject: 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/msg00113.txt.bz2 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. Thanks. -- H.J.