X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-usleep.c;h=48c7234560a8528477bc3e9c91e969b37e48f473;hb=0568a6e8985cc2ae9c57cb03fc81f5305458b7d2;hp=38c8cdc0d743dde61dc28867b3c8b91cd555e138;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/tests/test-usleep.c b/tests/test-usleep.c index 38c8cdc0d..48c723456 100644 --- a/tests/test-usleep.c +++ b/tests/test-usleep.c @@ -1,5 +1,5 @@ /* Test of usleep() function. - Copyright (C) 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 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 @@ -28,7 +28,7 @@ SIGNATURE_CHECK (usleep, int, (useconds_t)); #include "macros.h" int -main(void) +main (void) { time_t start = time (NULL); ASSERT (usleep (1000000) == 0);