summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-01-19 00:45:31 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-01-19 00:45:31 +0000
commit29371b965e5e5c02822be1d1fa5e6761ddec17ab (patch)
treebeab1857a0dcc489d98fe1119bfaef7aa413f367
parentd6e8c3e6145e73a6ce2098a09ed0458f96ed7ed2 (diff)
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