On 18.12.20 17:48, Bruno Haible wrote:
lib/backupfile.c contains a feature check for pathconf()
(HAVE_PATHCONF), but later on fpathconf() is used without a check.
Therefore, the file can't be compiled on systems that don't have pathconf.
On which system is this? In our experience, the systems that have pathconf
also have fpathconf and vice versa. [1][2]

Sorry if I wasn't clear enough.

I'm talking about systems that have *neither* pathconf() nor fpathconf().

There's a feature guard for pathconf(), and I'm suggesting to use that
feature guard also for fpathconf() (which currently doesn't have a
feature guard at all).

Adrian


Reply via email to