bug-gnulib
[Top][All Lists]
Advanced

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

Re: futimens broken on GNU Hurd (no support for UTIME_NOW/UTIME_OMIT)


From: Colin Watson
Subject: Re: futimens broken on GNU Hurd (no support for UTIME_NOW/UTIME_OMIT)
Date: Wed, 24 Sep 2014 13:49:44 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Sep 24, 2014 at 06:25:18AM -0600, Eric Blake wrote:
> I'd rather we make this conditional on a feature probe (such as #ifdef
> UTIME_NOW_WORKS, suitably defined via a configure-time test) than a
> platform probe, so that when the platform is eventually fixed, we quit
> using the fallback.

OK.  The existing gl_cv_func_futimens_works test already spots the
problem, but it's in m4/futimens.m4, which is one module layer up from
lib/utimens.c.  Duplicating that code would seem suboptimal.  What would
you advise here?

Thanks,

-- 
Colin Watson                                       address@hidden



reply via email to

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