Well, _The_ Open Group.

This commit is contained in:
kleink 2003-04-14 08:38:24 +00:00
parent c9e531d4d4
commit 8c5e6bc1d8
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: stdlib.h,v 1.60 2003/04/14 08:37:29 kleink Exp $ */
/* $NetBSD: stdlib.h,v 1.61 2003/04/14 08:38:24 kleink Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -221,7 +221,7 @@ unsigned long long int
#endif
/*
* Open Group Base Specifications, Issue 6; IEEE Std 1003.1-2001 (POSIX)
* The Open Group Base Specifications, Issue 6; IEEE Std 1003.1-2001 (POSIX)
*/
#if (!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || \
(_POSIX_C_SOURCE - 0) >= 200112L || \

View File

@ -1,4 +1,4 @@
/* $NetBSD: unistd.h,v 1.90 2003/04/14 08:37:29 kleink Exp $ */
/* $NetBSD: unistd.h,v 1.91 2003/04/14 08:38:24 kleink Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@ -162,7 +162,7 @@ extern int optopt;
#endif
/*
* Open Group Base Specifications, Issue 6; IEEE Std 1003.1-2001 (POSIX)
* The Open Group Base Specifications, Issue 6; IEEE Std 1003.1-2001 (POSIX)
*/
#if (!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || \
(_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 600