From cfe553b3785de040f3bda8e3e950b894ccd219a2 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 7 Dec 2011 17:52:20 +0100 Subject: [PATCH] Squash TODO: __STDC_ISO_10646__ is being defined now. --- headers/posix/wchar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/headers/posix/wchar.h b/headers/posix/wchar.h index 773234c01f..d7c604ba37 100644 --- a/headers/posix/wchar.h +++ b/headers/posix/wchar.h @@ -39,8 +39,7 @@ typedef struct { /* * Haiku is always using UTF32 in wchars, other encodings can be handled - * by converting to/from wchar by means of mbsrtowcs() or wcsrtombs(). - * TODO: define __STDC_ISO_10646__ accordingly in our compilers. + * by converting to/from wchar by means of mbrtowc() or wcrtomb(). */