From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50096 invoked by alias); 8 Sep 2017 19:47:07 -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 50086 invoked by uid 89); 8 Sep 2017 19:47:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Fri, 08 Sep 2017 19:47:00 -0000 From: Joseph Myers To: "Albert ARIBAUD (3ADEV)" CC: Subject: Re: [RFC PATCH 51/52] Y2038: add RPC functions In-Reply-To: <20170908174909.28192-2-albert.aribaud@3adev.fr> Message-ID: References: <20170907224219.12483-50-albert.aribaud@3adev.fr> <20170908174909.28192-1-albert.aribaud@3adev.fr> <20170908174909.28192-2-albert.aribaud@3adev.fr> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2017-09/txt/msg00402.txt.bz2 Since the RPC functions are already obsoleted (compat symbols unless you use --enable-obsolete-rpc), I think there is a good case for not providing _TIME_BITS=64 variants of them (#error in the relevant headers if used with _TIME_BITS=64), leaving it to TIRPC to provide such versions. -- Joseph S. Myers joseph@codesourcery.com