diff options
| author | joerg <joerg@NetBSD.org> | 2013-08-27 18:29:28 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2013-08-27 18:29:28 +0000 |
| commit | 12feb69060e115041819151932edf3441165cd06 (patch) | |
| tree | ebb54c4d400db245c953dcd9a90f8b7de01ce18e /include/string.h | |
| parent | 944401aafa59b2a1b9f985ea1c34523d07ea16b6 (diff) | |
Remove outdated comment.
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/string.h b/include/string.h index 786a1463272..f7da489c6ad 100644 --- a/include/string.h +++ b/include/string.h @@ -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 @@ size_t strnlen(const char *, size_t); /* 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 |
