X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgettimeofday.c;h=bd5576cb0993823f92f96a8f05b876cd78d6e771;hb=7a97de48ca71de5fd6fac6d27f8d131d17e7fc9a;hp=b6d68657e680d2275d9e7d290aede91ac06f6d69;hpb=8f4f0136cf53e5696e964adad3e40394ec645b77;p=gnulib.git diff --git a/lib/gettimeofday.c b/lib/gettimeofday.c index b6d68657e..bd5576cb0 100644 --- a/lib/gettimeofday.c +++ b/lib/gettimeofday.c @@ -102,8 +102,6 @@ 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. */