X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgettimeofday.c;h=bd5576cb0993823f92f96a8f05b876cd78d6e771;hb=7a97de48ca71de5fd6fac6d27f8d131d17e7fc9a;hp=1aee10760701bcd562ca266e939fc1b4243bf5a3;hpb=5661ab9d49512b4cf3c19caa11bb581d8ce561ba;p=gnulib.git diff --git a/lib/gettimeofday.c b/lib/gettimeofday.c index 1aee10760..bd5576cb0 100644 --- a/lib/gettimeofday.c +++ b/lib/gettimeofday.c @@ -98,12 +98,10 @@ tzset (void) causes problems. */ int -gettimeofday (struct timeval *restrict tv, void *restrict tz) +rpl_gettimeofday (struct timeval *restrict tv, void *restrict tz) { #undef gettimeofday #if HAVE_GETTIMEOFDAY - extern int gettimeofday (/* unspecified arguments */); - # if GETTIMEOFDAY_CLOBBERS_LOCALTIME /* Save and restore the contents of the buffer used for localtime's result around the call to gettimeofday. */