From 14d04168640831c91c91919df17a0d3354c562ae Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 21 Feb 2005 08:10:11 +0000 Subject: [PATCH] (gettime): Return void, since it always succeeds now. All uses changed. --- lib/timespec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3