summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/strftime.3
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2007-02-06 19:35:16 +0000
committermillert <millert@openbsd.org>2007-02-06 19:35:16 +0000
commit6ee5f09749e434dc1308166aae9fa2549bbf58a5 (patch)
tree67398fa8c29460a8bb48bb46b881c53b15bef207 /lib/libc/time/strftime.3
parenttypo (diff)
downloadwireguard-openbsd-6ee5f09749e434dc1308166aae9fa2549bbf58a5.tar.xz
wireguard-openbsd-6ee5f09749e434dc1308166aae9fa2549bbf58a5.zip
Update to tzcode2007a. This adds support for 64bit time_t in case
we need it in the future. All of our platforms currently have 32bit time_t types. This also extends the timezone data file format to support both 32bit and 64bit data. The 64bit data is located after the 32bit data so binaries linked with the older tzcode simply won't look at it. A version field in the file header is used to determine whether the data file is the old or extended format. OK miod@
Diffstat (limited to 'lib/libc/time/strftime.3')
-rw-r--r--lib/libc/time/strftime.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3
index f85a02be7cd..d383cc6578c 100644
--- a/lib/libc/time/strftime.3
+++ b/lib/libc/time/strftime.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
-.\" $OpenBSD: strftime.3,v 1.20 2005/07/22 03:23:37 jaredy Exp $
+.\" $OpenBSD: strftime.3,v 1.21 2007/02/06 19:35:16 millert Exp $
.\"
.Dd January 18, 1998
.Dt STRFTIME 3
@@ -245,4 +245,4 @@ is not large enough to store the entire time string.
The contents of
.Fa buf
are implementation specific in this case.
-.\" @(#)newstrftime.3 7.14
+.\" @(#)newstrftime.3 8.1