Module Name:    src
Committed By:   christos
Date:           Thu Oct 29 17:48:55 UTC 2015

Modified Files:
        src/include: time.h

Log Message:
add tzgetgmtoff


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/include/time.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/time.h
diff -u src/include/time.h:1.44 src/include/time.h:1.45
--- src/include/time.h:1.44	Tue Oct  7 17:50:36 2014
+++ src/include/time.h	Thu Oct 29 13:48:55 2015
@@ -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 @@ time_t posix2time_z(timezone_t __restric
 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,

Reply via email to