diff options
author | 1998-01-19 00:45:30 +0000 | |
---|---|---|
committer | 1998-01-19 00:45:30 +0000 | |
commit | 58f8486568781dcdafc601f95ea08f104122d966 (patch) | |
tree | 94a7458acc61ea40afedd948608024d34da8446d /lib/libc | |
parent | Reintegrate mgm-1.29 and our changes into groff-1.11a. (diff) | |
download | wireguard-openbsd-58f8486568781dcdafc601f95ea08f104122d966.tar.xz wireguard-openbsd-58f8486568781dcdafc601f95ea08f104122d966.zip |
We want XPG4 behavior.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/time/private.h | 3 |
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 |