svn commit: r302601 - in head/sys: arm/include arm64/include

Ian Lepore ian at freebsd.org
Tue Jul 12 14:32:51 UTC 2016


On Tue, 2016-07-12 at 00:37 +0000, Andrey A. Chernov wrote:
> Author: ache
> Date: Tue Jul 12 00:37:48 2016
> New Revision: 302601
> URL: https://svnweb.freebsd.org/changeset/base/302601
> 
> Log:
>   I don't know why unsigned int is choosed for wchar_t here, but


The ARM ABI requires wchar_t to be unsigned (plain char is unsigned by
default in the ARM ABI too).

-- Ian



More information about the svn-src-all mailing list