﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
332	WCHAR_MIN and WCHAR_MAX	KO Myung-Hun		"Hi/2.

Currently WCHAR_MIN and WCHAR_MAX is defined as !__INT_MIN and !__INT_MAX in wchar.h, and INT32_MIN and INT32_MAX in 386/_stdint.h. 

But !__wchar_t in sys/_types.h is unsinged short. 

So WCHAR_MIN and WCHAR_MAX should be defined as 0 and !__USHRT_MAX/USHRT_MAX, respectively.
"	defect	new	normal	libc-0.7	libc	0.6.6	normal			
