Bump _POSIX_VERSION to correspond to 1003.1-90

This commit is contained in:
jtc 1996-10-21 05:14:01 +00:00
parent e70a51b66e
commit 2fd5ec5f18
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: unistd.h,v 1.11 1996/05/21 23:39:57 mycroft Exp $ */
/* $NetBSD: unistd.h,v 1.12 1996/10/21 05:14:01 jtc Exp $ */
/*
* Copyright (c) 1989, 1993
@ -59,7 +59,7 @@
#define _POSIX_SAVED_IDS /* saved set-user-ID and set-group-ID */
#endif
#define _POSIX_VERSION 198808L
#define _POSIX_VERSION 199009L
#define _POSIX2_VERSION 199212L
/* execution-time symbolic constants */