Source-Changes-HG archive

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

[src/trunk]: src/include Remove outdated comment.



details:   https://anonhg.NetBSD.org/src/rev/c53844ad641a
branches:  trunk
changeset: 789620:c53844ad641a
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Aug 27 18:29:28 2013 +0000

description:
Remove outdated comment.

diffstat:

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

diffs (22 lines):

diff -r f138d4fc9056 -r c53844ad641a include/string.h
--- a/include/string.h  Tue Aug 27 14:01:35 2013 +0000
+++ b/include/string.h  Tue Aug 27 18:29:28 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: string.h,v 1.45 2013/08/19 13:03:12 joerg Exp $        */
+/*     $NetBSD: string.h,v 1.46 2013/08/27 18:29:28 joerg Exp $        */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -89,12 +89,6 @@
 /* also in unistd.h */
 __aconst char *strsignal(int);
 #endif /* __STRSIGNAL_DECLARED */
-/*
- * For POSIX compliance, we still need:
- * strcoll_l
- * strerror_l
- * strxfrm_l
- */
 #endif
 __END_DECLS
 



Home | Main Index | Thread Index | Old Index