bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] canonicalize: add support for not resolving symlinks


From: Paul Eggert
Subject: Re: [PATCH] canonicalize: add support for not resolving symlinks
Date: Fri, 30 Dec 2011 11:19:23 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111124 Thunderbird/8.0

On 12/30/11 08:36, Eric Blake wrote:

> unless you can declare struct rpl_stat with the same layout
> as struct stat, you have an API incompatibility that can cause
> compilation errors in various circumstances.

Ah, sorry, I was assuming that we '#define stat rpl_stat'
before including the system <sys/stat.h>, so that 'struct stat'
becomes 'struct rpl_stat' everywhere.  But we don't do that,
presumably because some <sys/stat.h>s #define stat
to something else, on their own.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]