Switch to upstream-freebsd for the unmolested wchar code.

Change-Id: I87b4d76ff8da04109ae53638eec4f11629798960
This commit is contained in:
Elliott Hughes
2013-03-01 18:35:56 -08:00
parent d392e044c7
commit eb93ebffba
29 changed files with 32 additions and 27 deletions

View File

@@ -149,6 +149,11 @@ typedef void *wctrans_t;
extern wint_t towctrans(wint_t, wctrans_t);
extern wctrans_t wctrans (const char *);
#if _XOPEN_SOURCE >= 700 || _POSIX_C_SOURCE >= 200809L
wchar_t* wcsdup(const wchar_t*);
size_t wcsnlen(const wchar_t*, size_t);
#endif
__END_DECLS
#endif /* _WCHAR_H_ */