Source-Changes-HG archive

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

[src/trunk]: src/include add tzgetgmtoff



details:   https://anonhg.NetBSD.org/src/rev/0cfe0c93f5ef
branches:  trunk
changeset: 341282:0cfe0c93f5ef
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 29 17:48:55 2015 +0000

description:
add tzgetgmtoff

diffstat:

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

diffs (17 lines):

diff -r 3dc5ae371e24 -r 0cfe0c93f5ef include/time.h
--- a/include/time.h    Thu Oct 29 17:48:20 2015 +0000
+++ b/include/time.h    Thu Oct 29 17:48:55 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: time.h,v 1.44 2014/10/07 21:50:36 christos Exp $       */
+/*     $NetBSD: time.h,v 1.45 2015/10/29 17:48:55 christos Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -211,6 +211,7 @@
 timezone_t tzalloc(const char *) __RENAME(__tzalloc50);
 void tzfree(timezone_t __restrict) __RENAME(__tzfree50);
 const char *tzgetname(timezone_t __restrict, int) __RENAME(__tzgetname50);
+long tzgetgmtoff(timezone_t __restrict, int) __RENAME(__tzgetgmtoff50);
 #endif
 
 size_t strftime_lz(timezone_t __restrict, char * __restrict, size_t,



Home | Main Index | Thread Index | Old Index