summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-10-13 14:25:01 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-10-13 14:25:01 +0000
commitd3d0ea18c2bd771df3174b596ced2514fae1640d (patch)
tree872b63033bb3fdb4783cac2bfb20fa9a6e0adaad /include/unistd.h
parentaf103111f0a29daf985ace32bba19ccc64170be8 (diff)
downloadsrc-test-d3d0ea18c2bd771df3174b596ced2514fae1640d.tar.gz
src-test-d3d0ea18c2bd771df3174b596ced2514fae1640d.zip
Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, so
that it can be used in-kernel for a sysctl.
Notes
Notes: svn path=/head/; revision=105045
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index e0a3db4c028d5..e893da7d4dc79 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -143,8 +143,7 @@ typedef __uid_t_ uid_t;
#define _XOPEN_UNIX -1
#endif
-/* Define the versions we target for compliance. */
-#define _POSIX_VERSION 200112L
+/* Define the POSIX.2 version we target for compliance. */
#define _POSIX2_VERSION 199212L
/*