Module Name: src
Committed By: christos
Date: Fri Oct 30 03:08:57 UTC 2015
Modified Files:
src/lib/libc/compat/include: time.h
Log Message:
Add tzgetgmtoff() prototype I forgot to commit.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/compat/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/lib/libc/compat/include/time.h
diff -u src/lib/libc/compat/include/time.h:1.3 src/lib/libc/compat/include/time.h:1.4
--- src/lib/libc/compat/include/time.h:1.3 Thu Dec 16 13:38:06 2010
+++ src/lib/libc/compat/include/time.h Thu Oct 29 23:08:56 2015
@@ -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 @@ int32_t posix2time_z(const timezone_t, i
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_ */