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(). */