diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/unistd.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 /* |