X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Futimecmp.c;h=63a0c9a822000e0b36e92c7ab9c270f94a760b79;hb=c98cb28938e581ea9a2dcbe965f5131cab90bc2c;hp=81c36b3f6638cd36b348e314f0eed7b512025b3c;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/utimecmp.c b/lib/utimecmp.c index 81c36b3f6..63a0c9a82 100644 --- a/lib/utimecmp.c +++ b/lib/utimecmp.c @@ -39,7 +39,7 @@ # define MAX(a, b) ((a) > (b) ? (a) : (b)) #endif -enum { BILLION = 1000 * 1000 * 1000 }; +#define BILLION (1000 * 1000 * 1000) /* Best possible resolution that utimens can set and stat can return, due to system-call limitations. It must be a power of 10 that is