From: Paul Eggert Date: Mon, 21 Feb 2005 08:10:11 +0000 (+0000) Subject: (gettime): Return void, since it always X-Git-Tag: CPPI-1_12~1440 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14d04168640831c91c91919df17a0d3354c562ae;p=thirdparty%2Fcoreutils.git (gettime): Return void, since it always succeeds now. All uses changed. --- diff --git a/lib/timespec.h b/lib/timespec.h index 2c32a23db4..d751fc6ab1 100644 --- a/lib/timespec.h +++ b/lib/timespec.h @@ -1,6 +1,6 @@ /* timespec -- System time interface - Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2004, 2005 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 @@ -65,7 +65,7 @@ struct timespec int nanosleep (); # endif -int gettime (struct timespec *); +void gettime (struct timespec *); int settime (struct timespec const *); #endif