[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: getcwd on AIX
From: |
Paul Eggert |
Subject: |
Re: getcwd on AIX |
Date: |
Sun, 20 Nov 2011 11:55:32 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 |
On 11/20/11 11:27, Bruno Haible wrote:
> Either of the two following patches fixes it. Which one do you prefer?
The first patch is simpler and easier to maintain, so I'd go with it
unless there's a performance or correctness reason to go with the
second patch.
In Solaris, the system getcwd has some internal magic that
makes it better than our replacement when it works; if the
same is true for AIX that'd argue for the second patch.