X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-gettimeofday.c;h=2c608769e6c4ecf2d26933df479d8bd12f01ae77;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=b884214e01276db1c7ab7aeb427371f6b44ea1f2;hpb=ff867baa1c26bf57b30e0fcab2181421b15a1fa5;p=gnulib.git diff --git a/tests/test-gettimeofday.c b/tests/test-gettimeofday.c index b884214e0..2c608769e 100644 --- a/tests/test-gettimeofday.c +++ b/tests/test-gettimeofday.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2007, 2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2005, 2007, 2009-2013 Free Software Foundation, Inc. * Written by Jim Meyering. * * This program is free software: you can redistribute it and/or modify @@ -20,7 +20,8 @@ #include #include "signature.h" -SIGNATURE_CHECK (gettimeofday, int, (struct timeval *, void *)); +SIGNATURE_CHECK (gettimeofday, int, + (struct timeval *, GETTIMEOFDAY_TIMEZONE *)); #include @@ -42,8 +43,5 @@ main (void) fprintf (stderr, "gettimeofday still clobbers the localtime buffer!\n"); return 1; } - else - { - return 0; - } + return 0; }