Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include remove comment for incomplete x/open impl (kamil)



details:   https://anonhg.NetBSD.org/src/rev/6b6364af3bec
branches:  trunk
changeset: 459573:6b6364af3bec
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 15 23:52:59 2019 +0000

description:
remove comment for incomplete x/open impl (kamil)

diffstat:

 include/limits.h |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r e1f2814cfcfc -r 6b6364af3bec include/limits.h
--- a/include/limits.h  Sun Sep 15 23:41:41 2019 +0000
+++ b/include/limits.h  Sun Sep 15 23:52:59 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: limits.h,v 1.41 2019/09/15 23:41:00 christos Exp $     */
+/*     $NetBSD: limits.h,v 1.42 2019/09/15 23:52:59 christos Exp $     */
 
 /*
  * Copyright (c) 1988, 1993
@@ -144,12 +144,6 @@
 
 #define MB_LEN_MAX             32      /* Allow ISO/IEC 2022 */
 
-/*
- * X/Open Extended API set 2 (a.k.a. C063)
- * This hides unimplemented functions from GNU configure until
- * we are done implementing them.
- */
-
 #include <machine/limits.h>
 
 #ifdef __CHAR_UNSIGNED__



Home | Main Index | Thread Index | Old Index