From 652e37b5de2bde430fa1342228dacc797cf46c35 Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 13 Oct 2002 14:25:01 +0000 Subject: Move the _POSIX_VERSION constant from to , so that it can be used in-kernel for a sysctl. --- include/unistd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index e0a3db4..e893da7 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 /* -- cgit v1.1