Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/compat/include Add tzgetgmtoff() prototype I forgot...



details:   https://anonhg.NetBSD.org/src/rev/06c05853cee8
branches:  trunk
changeset: 341298:06c05853cee8
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 30 03:08:56 2015 +0000

description:
Add tzgetgmtoff() prototype I forgot to commit.

diffstat:

 lib/libc/compat/include/time.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 02b04cac7126 -r 06c05853cee8 lib/libc/compat/include/time.h
--- a/lib/libc/compat/include/time.h    Fri Oct 30 01:51:15 2015 +0000
+++ b/lib/libc/compat/include/time.h    Fri Oct 30 03:08:56 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: time.h,v 1.3 2010/12/16 18:38:06 christos Exp $        */
+/*     $NetBSD: time.h,v 1.4 2015/10/30 03:08:56 christos Exp $        */
 
 /*
  * Copyright (c) 1989, 1993
@@ -102,5 +102,6 @@
 timezone_t tzalloc(const char *);
 void tzfree(const timezone_t);
 const char *tzgetname(const timezone_t, int);
+long tzgetgmtoff(const timezone_t, int);
 
 #endif /* !_COMPAT_TIME_H_ */



Home | Main Index | Thread Index | Old Index