summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2015-10-29 17:48:55 +0000
committerchristos <christos@NetBSD.org>2015-10-29 17:48:55 +0000
commit38d4c729c2ef66ef4f6000e56c1cbc0c3e128afb (patch)
tree94c5b018e3366881489b01f8a0e3787cf350d549 /include
parentbac95009cc25bd5d3ffdb1ab4f5c95a39883f774 (diff)
add tzgetgmtoff
Diffstat (limited to 'include')
-rw-r--r--include/time.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/time.h b/include/time.h
index 121214d09a0..b64549bbc26 100644
--- a/include/time.h
+++ b/include/time.h
@@ -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 __restrict, time_t) __RENAME(__posix2time_z50);
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,