diff options
| author | perry <perry@NetBSD.org> | 2009-05-01 20:01:23 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2009-05-01 20:01:23 +0000 |
| commit | b1606298a5f02fa02081afa7d7b1f6fcdb44d8ef (patch) | |
| tree | 960d76eb6fe7067605bab4701bad21271062e6b7 /include/string.h | |
| parent | 75626c3937063fa0e621738b0d07cdcc1daf47ce (diff) | |
note that we have strsignal but it is in the wrong include file.
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/string.h b/include/string.h index ed709c8c4c8..9e3a8141dd6 100644 --- a/include/string.h +++ b/include/string.h @@ -1,4 +1,4 @@ -/* $NetBSD: string.h,v 1.37 2009/05/01 17:16:49 perry Exp $ */ +/* $NetBSD: string.h,v 1.38 2009/05/01 20:01:23 perry Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -88,8 +88,9 @@ size_t strnlen(const char *, size_t); * For POSIX compliance, we still need: * strcoll_l * strerror_l - * strsignal * strxfrm_l + * + * and strsignal needs to be moved from unistd.h to here. */ #endif |
