summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-09-25 01:58:56 +0000
committerwollman <wollman@FreeBSD.org>2002-09-25 01:58:56 +0000
commite2ee095e084c47c2e848a91db880834b8d17d7f5 (patch)
tree64664efe4f9b36eefd608eee8b26a8fb34e9af16 /include/unistd.h
parentfb084122919545668cee67d75d9e42e4df2e091e (diff)
downloadFreeBSD-src-e2ee095e084c47c2e848a91db880834b8d17d7f5.zip
FreeBSD-src-e2ee095e084c47c2e848a91db880834b8d17d7f5.tar.gz
Back down to 1003.2-1992 for the time being -- it is causing too many
headaches for common but deprecated uses of standard utilities.
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 977e9b1..e0a3db4 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -145,7 +145,7 @@ typedef __uid_t_ uid_t;
/* Define the versions we target for compliance. */
#define _POSIX_VERSION 200112L
-#define _POSIX2_VERSION 200112L
+#define _POSIX2_VERSION 199212L
/*
* POSIX-style system configuration variable accessors (for the
OpenPOWER on IntegriCloud