On 03/11/2011 02:41 PM, Bruno Haible wrote: > I propose to change gnulib so that it uses > #define futimens rpl_futimens > #define utimensat rpl_utimensat > also on Solaris 9 (with the usual idioms for the C++ and the gnulib > namespace).
That sounds good, but why make Solaris 9 a special case? Wouldn't it be simpler to do it for all platforms where gnulib defines futimens or utimensat functions?