summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-01-19 00:45:30 +0000
committermillert <millert@openbsd.org>1998-01-19 00:45:30 +0000
commit58f8486568781dcdafc601f95ea08f104122d966 (patch)
tree94a7458acc61ea40afedd948608024d34da8446d
parentReintegrate mgm-1.29 and our changes into groff-1.11a. (diff)
downloadwireguard-openbsd-58f8486568781dcdafc601f95ea08f104122d966.tar.xz
wireguard-openbsd-58f8486568781dcdafc601f95ea08f104122d966.zip
We want XPG4 behavior.
-rw-r--r--lib/libc/time/private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/time/private.h b/lib/libc/time/private.h
index 74ec0b9634a..dee6daf4d25 100644
--- a/lib/libc/time/private.h
+++ b/lib/libc/time/private.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: private.h,v 1.8 1998/01/19 00:07:39 millert Exp $ */
+/* $OpenBSD: private.h,v 1.9 1998/01/19 00:45:30 millert Exp $ */
#ifndef PRIVATE_H
@@ -13,6 +13,7 @@
#define TM_GMTOFF tm_gmtoff
#define TM_ZONE tm_zone
#define PCTS 1
+#define XPG4_1994_04_09 1
#define STD_INSPIRED 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_STRERROR 1