diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-07-24 09:58:40 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-07-24 09:58:40 +0000 |
commit | 19bdcc879b6fea3b54d8fc6cdd3cf9166631d29c (patch) | |
tree | 08fb285b58e40f8eaa6bc1da8ee178a29bb14e0c /include/wchar.h | |
parent | 49fe345b5fafb4c54a80fb6420765929e52d74de (diff) |
Don't declare wcscoll() twice
Diffstat (limited to 'include/wchar.h')
-rw-r--r-- | include/wchar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/wchar.h b/include/wchar.h index 3c2e60ed7e7..15a630bb3e0 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wchar.h,v 1.10 2009/01/13 18:18:31 kettenis Exp $ */ +/* $OpenBSD: wchar.h,v 1.11 2010/07/24 09:58:39 guenther Exp $ */ /* $NetBSD: wchar.h,v 1.16 2003/03/07 07:11:35 tshiozak Exp $ */ /*- @@ -138,7 +138,6 @@ size_t wcslcat(wchar_t *, const wchar_t *, size_t); size_t wcslcpy(wchar_t *, const wchar_t *, size_t); int wcswidth(const wchar_t *, size_t); int wctob(wint_t); -int wcscoll(const wchar_t *, const wchar_t *); int wcwidth(wchar_t); double wcstod(const wchar_t * __restrict, wchar_t ** __restrict); |