X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ftimespec.h;h=1c7da7e7ba66e17c5ca84e081bd1729bfb74196d;hb=6e32a4f3592731c432e463a855e303cdc73c4e4c;hp=2c32a23db42518b6c20495f068ee10b94f83c127;hpb=9ac051df639f12ff4a940bd37231fe5143ebe3f2;p=gnulib.git diff --git a/lib/timespec.h b/lib/timespec.h index 2c32a23db..1c7da7e7b 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #if ! defined TIMESPEC_H # define TIMESPEC_H @@ -65,7 +65,7 @@ struct timespec int nanosleep (); # endif -int gettime (struct timespec *); +void gettime (struct timespec *); int settime (struct timespec const *); #endif