|
From: | Bruno Haible |
Subject: | Re: [PATCH] tests: factor st_ctime-comparison out of two headers |
Date: | Fri, 18 Nov 2011 14:15:22 +0100 |
User-agent: | KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; ) |
Jim Meyering wrote: > +static inline int > +ctime_compare (struct stat const *a, struct stat const *b) This code uses 'inline'. But the module descriptions modules/fdutimensat-tests modules/futimens-tests modules/utimens-tests modules/utimensat-tests don't contain an AC_REQUIRE([AC_C_INLINE]). The simplest fix for this, IMO, would be to remove the 'inline' keyword. This part of the tests is not speed critical. Bruno -- In memoriam Enzo Sereni <http://en.wikipedia.org/wiki/Enzo_Sereni>
[Prev in Thread] | Current Thread | [Next in Thread] |