X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrftime.c;h=dccbaf7a18cc302ba909deef4dfaa70883339715;hb=d33e27b00b65fc12a046ca1f1bdb17bc5c1d1585;hp=66f27329725f46a1fd3d7c7b746a4eea20c58ff9;hpb=addf390dade7222ee4a0183c413937065f3d0ea7;p=gnulib.git diff --git a/lib/strftime.c b/lib/strftime.c index 66f273297..dccbaf7a1 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -273,7 +273,7 @@ memcpy_uppcase (CHAR_T *dest, const CHAR_T *src, measured in seconds, ignoring leap seconds. */ # define tm_diff ftime_tm_diff static int -tm_diff (const struct tm *, const struct tm *) +tm_diff (const struct tm *a, const struct tm *b) { /* Compute intervening leap days correctly even if year is negative. Take care to avoid int overflow in leap day calculations,