2964 need POSIX 2008 locale object support
@@ -63,10 +63,17 @@ return ((x & _CTYPE_R) != 0 ? 1 : -1); } #pragma weak _scrwidth = scrwidth +int +wcwidth(wchar_t wc, locale_t locale) +{ + /* XXX */ + return (0); +} + /* * This is a Solaris extension. It never returns a negative width, even for * non-printable characters. It is used internally by the printf * implementation for %ws. */