From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2371 invoked by alias); 18 Jun 2008 18:39:35 -0000 Received: (qmail 2361 invoked by uid 22791); 18 Jun 2008 18:39:34 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 18 Jun 2008 18:39:15 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m5IIdDlm026183; Wed, 18 Jun 2008 14:39:13 -0400 Received: from greed.delorie.com (vpn-14-6.rdu.redhat.com [10.11.14.6]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5IIdCvJ011359; Wed, 18 Jun 2008 14:39:12 -0400 Received: from greed.delorie.com (localhost.localdomain [127.0.0.1]) by greed.delorie.com (8.14.2/8.14.2) with ESMTP id m5IIdC6B031265; Wed, 18 Jun 2008 14:39:12 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.2/8.14.2/Submit) id m5IIdCTl031262; Wed, 18 Jun 2008 14:39:12 -0400 Date: Wed, 18 Jun 2008 20:47:00 -0000 Message-Id: <200806181839.m5IIdCTl031262@greed.delorie.com> From: DJ Delorie To: Stan Shebs CC: gdb-patches@sources.redhat.com In-reply-to: <4859280A.8000006@earthlink.net> (message from Stan Shebs on Wed, 18 Jun 2008 11:21:46 -0400) Subject: Re: Better realpath References: <200806141024.41812.vladimir@codesourcery.com> <200806141614.07742.vladimir@codesourcery.com> <20080615032653.GA5214@caradoc.them.org> <4859280A.8000006@earthlink.net> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00335.txt.bz2 > Most likely libiberty's other customers (read: other GNU components > :-) ) want consistent behavior, and I'm inclined to think they would > prefer consistency with each other over consistency with "real" > realpath. The goal was consistency across platforms. Not all platforms *have* a realpath() function.