about summary refs log tree commit diff
path: root/time
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-20 12:13:20 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-20 12:13:20 +0000
commitaba1a7ffb32493410ad88463ff528aa86647394a (patch)
treed77d7d1880e0e785981ef8f16f0ea1e21b01f155 /time
parent0b320647bf85e8a258612ed7bf8f9165214db39d (diff)
downloadglibc-aba1a7ffb32493410ad88463ff528aa86647394a.tar.gz
glibc-aba1a7ffb32493410ad88463ff528aa86647394a.tar.xz
glibc-aba1a7ffb32493410ad88463ff528aa86647394a.zip
Adopt prototype for __offset.
Diffstat (limited to 'time')
-rw-r--r--time/time.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/time/time.h b/time/time.h
index 8c1aeaace6..90d1f0b304 100644
--- a/time/time.h
+++ b/time/time.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
+/* Copyright (C) 1991,92,93,94,95,96,97,98 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -190,9 +190,9 @@ extern struct tm *localtime_r __P ((__const time_t *__timer,
 /* Compute the `struct tm' representation of *T,
    offset OFFSET seconds east of UTC,
    and store year, yday, mon, mday, wday, hour, min, sec into *TP.  */
-extern void __offtime __P ((__const time_t *__timer,
-			    long int __offset,
-			    struct tm *__TP));
+extern int __offtime __P ((__const time_t *__timer,
+			   long int __offset,
+			   struct tm *__TP));
 
 /* Return a string of the form "Day Mon dd hh:mm:ss yyyy\n"
    that is the representation of TP in this format.  */