X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-time.c;h=df4710d445d95980a3b3d576afe0459713a25b85;hb=31d1fb4d268b0be00de858d6c461647c444cad12;hp=8e250bd2d5496cdd272191b3a848fecfb836236a;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/tests/test-time.c b/tests/test-time.c index 8e250bd2d..df4710d44 100644 --- a/tests/test-time.c +++ b/tests/test-time.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,9 @@ #include "verify.h" -struct timespec a; +/* Check that the types are all defined. */ +struct timespec t1; +pid_t t2; /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */